{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-non-negative-limited-length-double-schema.json", "title": "NonNegativeLimitedLengthDouble", "description": "NonNegativeLimitedLengthDouble schema from Amazon GameLift API", "type": "string", "pattern": "^\\d{1,5}(?:\\.\\d{1,5})?$", "minLength": 1, "maxLength": 11 }