oedb-backend/editor/event-schema.json

18 lines
296 B
JSON
Raw Normal View History

{
"title": "Evenement",
"type": "object",
"id": "event",
"properties": {
"what" : {
"type":"string",
"title":"Libellé de l'événement"
},
"when" : {
"title":"Date et heure de début",
"type" : "string",
"format" : "datetime-local"
}
}
}