{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_schema_upload_response", "title": "api-shield_schema_upload_response", "properties": { "schema": { "$ref": "#/components/schemas/api-shield_public_schema" }, "upload_details": { "$ref": "#/components/schemas/api-shield_schema_upload_details_warnings_only" } }, "required": [ "schema" ], "type": "object" }