{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NestedResponse", "title": "NestedResponse", "additionalProperties": false, "properties": { "errorCollection": { "$ref": "#/components/schemas/ErrorCollection" }, "status": { "format": "int32", "type": "integer" }, "warningCollection": { "$ref": "#/components/schemas/WarningCollection" } }, "type": "object" }