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