{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_operation", "title": "api-shield_operation", "allOf": [ { "$ref": "#/components/schemas/api-shield_standard_operation" }, { "properties": { "features": { "$ref": "#/components/schemas/api-shield_operation_features" } }, "type": "object" } ] }