{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-additional-limit-structure.json", "name": "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 . " } ] } } }