{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SpecificClusterDetailsCollection", "title": "SpecificClusterDetailsCollection", "type": "object", "properties": { "orgId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ", "description": "The unique ID for the organization." }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/BlrClusterDetails" }, "description": " Details of the cluster." } } }