{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_standard_operation", "title": "api-shield_standard_operation", "allOf": [ { "$ref": "#/components/schemas/api-shield_basic_operation" }, { "properties": { "last_updated": { "$ref": "#/components/schemas/api-shield_schemas-timestamp" }, "operation_id": { "$ref": "#/components/schemas/api-shield_schemas-uuid" } }, "required": [ "operation_id", "last_updated" ], "type": "object" } ] }