{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-limits-by-role-schema.json", "title": "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" } }