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