{
  "title": "Liste des projets",
  "type": "object",
  "properties": {
    "creatifs": {
      "type": "array",
      "format": "grid",
      "title": "Projets",
      "uniqueItems": false,
      "items": {
        "type": "object",
        "title": "projet",
        "properties": {
          "titre": {
            "type": "string",
            "format": "text"
          },
          "titre2": {
            "type": "string",
            "format": "text"
          },
          "cover": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "embed": {
            "type": "string",
            "format" : "html"
          },
          "cover2": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "cover3": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "cover4": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "link": {
            "type": "string",
            "format": "text"
          }
        }
      }
    }
  }
}