{ "type": "object", "properties": { "uidRelation": { "type": "object" }, "owner": { "type": "string", "required": true }, "color": { "type": "string", "required": true, "pattern": "^[0-9a-fA-F]{6}$" }, "translations": { "type": "object" } } }