{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simpledb/refs/heads/main/json-schema/amazon-simpledb-request-timeout-schema.json", "title": "RequestTimeout", "description": "A timeout occurred when attempting to query the specified domain with specified query expression.", "type": "object", "properties": { "BoxUsage": { "$ref": "#/components/schemas/Float" } } }