oedb-backend/editor/event-schema.json
2016-05-05 22:31:54 +02:00

17 lines
296 B
JSON

{
"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"
}
}
}