{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_create_resource_group_scope_scope_object", "title": "iam_create_resource_group_scope_scope_object", "description": "A scope object represents any resource that can have actions applied against invite.", "properties": { "key": { "$ref": "#/components/schemas/iam_create_resource_group_scope_scope_object_key" } }, "required": [ "key" ], "type": "object" }