{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A textfield aimed at receiving answers which Response format is a textfield",
"type":"object",
"properties": {
"content":{
"label": "Libellé de la question du template",
"description": "The content of a text field is plain text with no HTML formatting tags",
"type": "string"
}
},
"required": ["content"]
}