{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/ServiceUptimePercentage", "title": "ServiceUptimePercentage", "type": "object", "properties": { "uptimePercentage": { "type": "object", "properties": { "p90": { "maximum": 100, "minimum": 0, "type": "number", "format": "float", "readOnly": true }, "p60": { "maximum": 100, "minimum": 0, "type": "number", "format": "float", "readOnly": true }, "p30": { "maximum": 100, "minimum": 0, "type": "number", "format": "float", "readOnly": true } } } } }