{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Role", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "composite": { "type": "boolean" }, "clientRole": { "type": "boolean" } } }