{
	"title": "Liste des works",
	"type": "object",
	"properties": {
		"works": {
			"type": "array",
			"format": "grid",
			"title": "Travaux",
			"uniqueItems": true,
			"items": {
				"type": "object",
				"properties": {
					"titre": {
						"type": "string",
						"format": "text"
					},
					"url": {
						"type": "string"
					},
					"img": {
						"type": "string",
						"format": "url",
						"options": {
							"upload": true
						}
						,
						"links": [
							{
								"href": "/contents/img/{{self}}",
								"rel": "Voir"
							}
						]
					}
				}
			}
		}
	}
}
