{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_schema_upload_details_errors_critical", "title": "api-shield_schema_upload_details_errors_critical", "properties": { "critical": { "description": "Diagnostic critical error events that occurred during processing.", "items": { "$ref": "#/components/schemas/api-shield_schema_upload_log_event" }, "type": "array" }, "errors": { "description": "Diagnostic error events that occurred during processing.", "items": { "$ref": "#/components/schemas/api-shield_schema_upload_log_event" }, "type": "array" } }, "type": "object" }