{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_basic_operation", "title": "api-shield_basic_operation", "properties": { "endpoint": { "$ref": "#/components/schemas/api-shield_endpoint" }, "host": { "$ref": "#/components/schemas/api-shield_host" }, "method": { "$ref": "#/components/schemas/api-shield_method" } }, "required": [ "method", "host", "endpoint" ], "type": "object" }