{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_schema_upload_failure", "title": "api-shield_schema_upload_failure", "allOf": [ { "$ref": "#/components/schemas/api-shield_api-response-common-failure" }, { "properties": { "upload_details": { "$ref": "#/components/schemas/api-shield_schema_upload_details_errors_critical" } }, "type": "object" } ] }