{
  "type": "object",
  "title": "Section Savoir-faire",
  "properties": {
    "title": {
      "type": "string"
    },
    "paragraphe": {
      "type": "string",
      "format" : "html"
    },
    "img": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          }
  }
}
