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