api-shield_confidence_intervals_bounds

Upper and lower bound for percentile estimate

APIs.ioEngineeringPlatform

Properties

Name Type Description
lower number Lower bound for percentile estimate
upper number Upper bound for percentile estimate
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-confidence-intervals-bounds-schema.json Raw ↑
{
  "$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"
}