{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-duration-value-schema.json", "title": "DurationValue", "description": " Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.", "type": "integer", "minimum": 1, "maximum": 24 }