{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_schema_upload_details_warnings_only", "title": "api-shield_schema_upload_details_warnings_only", "properties": { "warnings": { "description": "Diagnostic warning events that occurred during processing. These events are non-critical errors found within the schema.", "items": { "$ref": "#/components/schemas/api-shield_schema_upload_log_event" }, "type": "array" } }, "type": "object" }