{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-additional-limit-schema.json", "title": "AdditionalLimit", "description": " List of limits that are specific to a given InstanceType and for each of it's InstanceRole . ", "type": "object", "properties": { "LimitName": { "allOf": [ { "$ref": "#/components/schemas/LimitName" }, { "description": " Name of Additional Limit is specific to a given InstanceType and for each of it's InstanceRole etc.
Attributes and their details:
" } ] }, "LimitValues": { "allOf": [ { "$ref": "#/components/schemas/LimitValueList" }, { "description": " Value for given AdditionalLimit$LimitName . " } ] } } }