Upper and lower bound for percentile estimate
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_confidence_intervals_bounds", "title": "api-shield_confidence_intervals_bounds", "description": "Upper and lower bound for percentile estimate", "properties": { "lower": { "description": "Lower bound for percentile estimate", "example": 20.5, "type": "number" }, "upper": { "description": "Upper bound for percentile estimate", "example": 30.4, "type": "number" } }, "readOnly": true, "type": "object" }