{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Role", "required": [ "roleId", "type", "title", "description" ], "properties": { "roleId": { "type": "string", "format": "uuid" }, "type": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" } }, "type": "object", "xml": { "name": "role" } }