{ "type": "object", "name": "Motif", "properties": { "color": { "type": "string" }, "largeIconUrl": { "type": "string" }, "mediumIconUrl": { "type": "string" }, "smallIconUrl": { "type": "string" }, "svgIconUrl": { "type": "['string', 'null']" } }, "required": [ "color", "largeIconUrl", "mediumIconUrl", "smallIconUrl", "svgIconUrl" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }