{
"$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:
ESPartitionInstanceType can support as master node. ESPartitionInstanceType upto which you don't need any master nodes to govern them. AdditionalLimit$LimitName . "
}
]
}
}
}