{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UsersResponse", "title": "Root Type for UsersResponse", "description": "List/Array of multiple users in an organization", "required": [ "data" ], "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/UserResponse" } } }, "x-speakeasy-component": true, "x-speakeasy-entity": "User", "x-speakeasy-param-suppress-computed-diff": true }