{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Version", "type": "object", "properties": { "id": { "type": "string" }, "createdAt": { "type": "string" }, "label": { "type": "['string', 'null']" }, "description": { "type": "['string', 'null']" } } }