{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_object-with-operation-id", "title": "api-shield_object-with-operation-id", "properties": { "operation_id": { "allOf": [ { "description": "The ID of the operation", "type": "string" }, { "$ref": "#/components/schemas/api-shield_schemas-uuid" } ] } }, "required": [ "operation_id" ], "type": "object" }