{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_operation_features", "title": "api-shield_operation_features", "anyOf": [ { "$ref": "#/components/schemas/api-shield_operation_feature_thresholds" }, { "$ref": "#/components/schemas/api-shield_operation_feature_parameter_schemas" }, { "$ref": "#/components/schemas/api-shield_operation_feature_api_routing" }, { "$ref": "#/components/schemas/api-shield_operation_feature_confidence_intervals" }, { "$ref": "#/components/schemas/api-shield_operation_feature_schema_info" } ], "readOnly": true, "type": "object" }