Newer
Older
dmpopidor / config / schemas / main / Transitional-date.json
@Quentin Sonrel Quentin Sonrel on 8 Jul 2020 468 bytes Added schemas
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "A date aimed at receiving answers which Response format is a date",
    "type": "object",
    "properties": {
        "content": {
            "label": "Libellé de la question du template",
            "description": "The content of a date field is plain text formatted as a date",
            "type": "string",
            "format": "date"
        }
    },
    "required": ["content"]
}