{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_schemas-collection_invite_response", "title": "iam_schemas-collection_invite_response", "allOf": [ { "$ref": "#/components/schemas/iam_api-response-collection" }, { "properties": { "result": { "items": { "$ref": "#/components/schemas/iam_schemas-invite" }, "type": "array" } }, "type": "object" } ] }