{ "type": "object", "name": "Subject", "properties": { "entityLabel": { "type": "object", "properties": { "label": { "type": "string" }, "labelPlural": { "type": "string" } }, "required": [ "label", "labelPlural" ] }, "id": { "type": "string" }, "motif": { "type": "object", "properties": { "color": { "type": "string" }, "largeIconUrl": { "type": "string" }, "mediumIconUrl": { "type": "string" }, "smallIconUrl": { "type": "string" }, "svgIconUrl": { "type": "['string', 'null']" } }, "required": [ "color", "largeIconUrl", "mediumIconUrl", "smallIconUrl", "svgIconUrl" ] }, "mySubscription": { "type": "['string', 'null']" }, "name": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } }, "required": [ "entityLabel", "id", "motif", "mySubscription", "name", "type", "url" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }