{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_collection_resource_groups_response", "title": "List of Resource groups", "allOf": [ { "$ref": "#/components/schemas/iam_api-response-collection" }, { "properties": { "result": { "$ref": "#/components/schemas/iam_resource_groups" } }, "type": "object" } ] }