Reference to a role by its numeric ID
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RoleRef", "title": "RoleRef", "type": "object", "description": "Reference to a role by its numeric ID", "properties": { "id": { "type": "integer", "format": "int64", "description": "Numeric identifier of the referenced role" }, "name": { "type": "string", "description": "Name of the referenced role" } } }