{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_schema-response-with-thresholds", "title": "api-shield_schema-response-with-thresholds", "allOf": [ { "$ref": "#/components/schemas/api-shield_api-response-common" }, { "properties": { "result": { "properties": { "schemas": { "items": { "$ref": "#/components/schemas/api-shield_openapi-with-thresholds" }, "type": "array" }, "timestamp": { "type": "string" } }, "type": "object" } }, "required": [ "result" ], "type": "object" } ] }