enregistrement
Producteurs alimentaires locaux
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"producteurs-alimentaires-locaux",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/producteurs-alimentaires-locaux"
}
] - "definitions":{
- "producteurs-alimentaires-locaux":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/producteurs-alimentaires-locaux_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "producteurs-alimentaires-locaux_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom_de_la_societe":,{
- "type":"string",
- "title":"nom de la société",
- "description":""
} - "adresse_du_point_de_vente":,{
- "type":"string",
- "title":"adresse du point de vente",
- "description":""
} - "code_postal":,{
- "type":"string",
- "title":"code postal",
- "description":""
} - "commune":,{
- "type":"string",
- "title":"commune",
- "description":""
} - "geolocalisation":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"geolocalisation",
- "description":""
} - "contact_telephonique":,{
- "type":"string",
- "title":"contact téléphonique",
- "description":""
} - "contact_mail":,{
- "type":"string",
- "title":"contact mail",
- "description":""
} - "site_internet_page_facebook":,{
- "type":"string",
- "title":"site internet, page facebook",
- "description":""
} - "que_vendez_vous":,{
- "type":"string",
- "title":"que vendez-vous ?",
- "description":""
} - "avez_vous_des_produits_issus_de_l_agriculture_biologique":,{
- "type":"string",
- "title":"Agriculture biologique",
- "description":""
} - "categories_vente":,{
- "type":"string",
- "title":"catégories_vente",
- "description":""
} - "fruits":,{
- "type":"string",
- "title":"fruits",
- "description":""
} - "legumes":,{
- "type":"string",
- "title":"légumes",
- "description":""
} - "produit_d_origine_vegetale":,{
- "type":"string",
- "title":"produit d'origine végétale",
- "description":""
} - "viande":,{
- "type":"string",
- "title":"viande",
- "description":""
} - "produits_d_origine_animale":,{
- "type":"string",
- "title":"produits d'origine animale",
- "description":""
} - "produits_elabores":,{
- "type":"string",
- "title":"produits élaborés",
- "description":""
} - "cremerie_et_produits_laitiers":,{
- "type":"string",
- "title":"crémerie et produits laitiers",
- "description":""
} - "ifruits":,{
- "type":"string",
- "title":"ifruits",
- "description":""
} - "ilegumes":,{
- "type":"string",
- "title":"ilegumes",
- "description":""
} - "iproduit_d_origine_vegetale":,{
- "type":"string",
- "title":"iproduit d'origine végétale",
- "description":""
} - "iviande":,{
- "type":"string",
- "title":"iviande",
- "description":""
} - "iproduits_d_origine_animale":,{
- "type":"string",
- "title":"iproduits d'origine animale",
- "description":""
} - "iproduits_elabores":,{
- "type":"string",
- "title":"iproduits élaborés",
- "description":""
} - "icremerie_et_produits_laitiers":,{
- "type":"string",
- "title":"icremerie_et_produits_laitiers",
- "description":""
} - "effectuez_vous_des_livraisons":,{
- "type":"string",
- "title":"Effectuez-vous des livraisons ?",
- "description":""
} - "conditions_livraisons":,{
- "type":"string",
- "title":"livraisons",
- "description":""
} - "etes_vous_ouvert_au_public":,{
- "type":"string",
- "title":"Point de vente",
- "description":""
} - "acces_au_point_de_vente":,{
- "type":"string",
- "title":"accès au point de vente",
- "description":""
} - "notez_ici_vos_remarques_et_suggestions":,{
- "type":"string",
- "title":"notez ici vos remarques et suggestions",
- "description":""
} - "adresse_comp":{
- "type":"string",
- "title":"adresse_comp",
- "description":""
}
} - "nom_de_la_societe":
}
} - "fields":
} - "properties":
} - "producteurs-alimentaires-locaux":
}