{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrganizationsResponse", "title": "Root Type for OrganizationsResponse", "description": "List/Array of multiple organizations.", "required": [ "data" ], "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/OrganizationResponse" } } }, "x-speakeasy-component": true }