{
  "title": "Works",
  "type": "object",
  "properties": {
    "titre": {
      "type": "string",
      "format" : "text"
    },
    "lieu": {
      "type": "string",
      "format" : "text"
    },
    "annee": {
      "type": "string",
      "format" : "text"
    },
    "texte": {
      "type": "string",
      "format" : "html"
    },
    "texte2": {
      "type": "string",
      "format" : "html"
    },
    "url": {
      "type": "string",
      "format" : "url"
    },
    "sections": {
      "type": "array",
      "format": "grid",
      "title": "Works Pictures",
      "uniqueItems": false,
      "items": {
        "type": "object",
        "title": "image",
        "properties": {
          "image": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "legend" : {
             "type": "string",
             "format": "text"
          }
        }
      }
    }
  }
}