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