Newer
Older
dmpopidor / config / schemas / main / Transitional-textfield.json
@Quentin Sonrel Quentin Sonrel on 8 Jul 2020 433 bytes Added schemas
{
  "$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"]
}