{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_create_resource_group", "title": "iam_create_resource_group", "properties": { "meta": { "description": "Attributes associated to the resource group.", "example": { "editable": "false" }, "type": "object" }, "name": { "description": "Name of the resource group.", "example": "NameOfTheResourceGroup", "readOnly": true, "type": "string" }, "scope": { "$ref": "#/components/schemas/iam_create-scope" } }, "required": [ "scope" ], "type": "object" }