{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-limits-by-role-structure.json", "name": "LimitsByRole", "description": " Map of Role of the Instance and Limits that are applicable. Role performed by given Instance in Elasticsearch can be one of the following: ", "type": "object", "additionalProperties": { "$ref": "#/components/schemas/Limits" } }