{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/elementvisual.json", "title": "ElementVisual", "type": "object", "properties": { "name": { "type": "string" }, "shortcut": { "type": "string" }, "position": { "type": "string" } } }