{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_operation_feature_thresholds", "title": "api-shield_operation_feature_thresholds", "properties": { "thresholds": { "properties": { "auth_id_tokens": { "$ref": "#/components/schemas/api-shield_auth_id_tokens" }, "data_points": { "$ref": "#/components/schemas/api-shield_data_points" }, "last_updated": { "$ref": "#/components/schemas/api-shield_timestamp" }, "p50": { "$ref": "#/components/schemas/api-shield_p50" }, "p90": { "$ref": "#/components/schemas/api-shield_p90" }, "p99": { "$ref": "#/components/schemas/api-shield_p99" }, "period_seconds": { "$ref": "#/components/schemas/api-shield_period_seconds" }, "requests": { "$ref": "#/components/schemas/api-shield_requests" }, "suggested_threshold": { "$ref": "#/components/schemas/api-shield_suggested_threshold" } }, "type": "object" } }, "readOnly": true, "required": [ "period_seconds", "suggested_threshold", "p50", "p90", "p99", "requests", "auth_id_tokens", "data_points", "last_updated" ], "type": "object" }