{
  "id": "AO_ANG_RPJ_DETAIL",
  "$schema": "http://json-schema.org/schema#",
  "title": "Détail",
  "type": "object",
  "properties": {
    "id" : {
      "title": "Question",
      "type": "string",
      "enable": false,
      "showOnForm": false,
      "existOnTable": false
    },
    "label" : {
      "title" : "Réponse",
      "type": "string",
      "columnSize": "XL",
      "enable": false
    },
    "value" : {
      "title" : "Valeur",
      "type": "string",
      "columnSize": "L",
      "src": "ws",
      "fullObject": true
    }
  }
}
