{
	"title": "Liste des membres",
	"type": "object",
	"properties": {
		"membres": {
			"type": "array",
			"format": "grid",
			"title": "Membre",
			"uniqueItems": true,
			"items": {
				"type": "object",
				"properties": {
					"nom": {
						"type": "string",
						"format": "text"
					},
					"description": {
						"type": "string",
						"format": "html"
					},
					"tel": {
						"type": "string"
					},
					"mail": {
						"type": "string"
					},
					"img": {
						"type": "string",
						"format": "url",
						"options": {
							"upload": true
						}
						,
						"links": [
							{
								"href": "/contents/img/{{self}}",
								"rel": "Voir"
							}
						]
					}
				}
			}
		}
	}
}
