{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_schemas-role", "title": "iam_schemas-role", "properties": { "description": { "$ref": "#/components/schemas/iam_description" }, "id": { "$ref": "#/components/schemas/iam_role_components-schemas-identifier" }, "name": { "$ref": "#/components/schemas/iam_components-schemas-name" }, "permissions": { "$ref": "#/components/schemas/iam_schemas-permissions" } }, "required": [ "id", "name", "description", "permissions" ], "type": "object" }