{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-instance-limits-structure.json", "name": "InstanceLimits", "description": "InstanceLimits represents the list of instance related attributes that are available for given InstanceType. ", "type": "object", "properties": { "InstanceCountLimits": { "$ref": "#/components/schemas/InstanceCountLimits" } } }