enregistrement
Résidences de Tourisme en Région Centre-Val de Loire
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":"residences-de-tourisme-en-region-centre-val-de-loire",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/residences-de-tourisme-en-region-centre-val-de-loire"
}
] - "definitions":{
- "residences-de-tourisme-en-region-centre-val-de-loire":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/residences-de-tourisme-en-region-centre-val-de-loire_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"
}
}
} - "residences-de-tourisme-en-region-centre-val-de-loire_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "identifiant":,{
- "type":"string",
- "title":"Identifiant",
- "description":"Identifiant Tourinsoft"
} - "departement":,{
- "type":"string",
- "title":"Département",
- "description":""
} - "type_bordereau":,{
- "type":"string",
- "title":"Type_bordereau",
- "description":"Type d'offre"
} - "nom_offre":,{
- "type":"string",
- "title":"Nom de l'offre",
- "description":""
} - "adresse_1":,{
- "type":"string",
- "title":"Adresse_1",
- "description":""
} - "adresse_2":,{
- "type":"string",
- "title":"Adresse_2",
- "description":""
} - "adresse_3":,{
- "type":"string",
- "title":"Adresse_3",
- "description":""
} - "code_postal":,{
- "type":"integer",
- "title":"Code_postal",
- "description":""
} - "commune":,{
- "type":"string",
- "title":"Commune",
- "description":""
} - "cedex":,{
- "type":"string",
- "title":"Cedex",
- "description":""
} - "code_insee_commune":,{
- "type":"integer",
- "title":"Code_INSEE_commune",
- "description":""
} - "latitude_googlemap":,{
- "type":"number",
- "title":"Latitude_GoogleMap",
- "description":""
} - "longitude_googlemap":,{
- "type":"number",
- "title":"Longitude_GoogleMap]",
- "description":""
} - "acces_point_acces":,{
- "type":"string",
- "title":"Acces_point-acces",
- "description":"Type de point d'accès : échangeur, gare, route, aéroport, transports en commun..."
} - "acces_nom":,{
- "type":"string",
- "title":"Acces_nom",
- "description":"Nom du point d'accès"
} - "acces_distance_en_km":,{
- "type":"string",
- "title":"Acces_Distance-en-km",
- "description":"Distance au point d'accès"
} - "telephone":,{
- "type":"string",
- "title":"Telephone",
- "description":""
} - "site_web":,{
- "type":"string",
- "title":"Site_web",
- "description":""
} - "url_facebook":,{
- "type":"string",
- "title":"URL_Facebook",
- "description":""
} - "url_tripadvisor":,{
- "type":"string",
- "title":"URL_Tripadvisor",
- "description":""
} - "services_sur_place":,{
- "type":"string",
- "title":"Services_sur_place",
- "description":"Services proposés sur le site"
} - "labels":,{
- "type":"string",
- "title":"Labels",
- "description":"Labels de l'hébergement"
} - "groupements":,{
- "type":"string",
- "title":"Groupements",
- "description":"Groupement professionnel de l'hébergement "
} - "chaines":,{
- "type":"string",
- "title":"Chaines",
- "description":""
} - "categorie_classement":,{
- "type":"string",
- "title":"Categorie-classement",
- "description":"Etoiles"
} - "date_arrete":,{
- "type":"string",
- "title":"Date-arrete",
- "description":"Date d'arrêté du classement délivré par Atout France"
} - "animaux_acceptes":,{
- "type":"string",
- "title":"Animaux_acceptes",
- "description":""
} - "ouverture_24h_24":,{
- "type":"string",
- "title":"Ouverture_24h-24",
- "description":""
} - "groupes_acceptes":,{
- "type":"string",
- "title":"Groupes_acceptes",
- "description":""
} - "langues_parlees":,{
- "type":"string",
- "title":"Langues parlées",
- "description":"Langues parlée à l'accueil de l'hébergement"
} - "capacite_totale_en_nb_personnes":,{
- "type":"integer",
- "title":"Capacite_totale-en-nb-personnes",
- "description":""
} - "nombre_chambres_familliale_2adultes_2enfants":,{
- "type":"integer",
- "title":"Nombre_chambres_familliale-2adultes-2enfants",
- "description":"Chambre familiale et ou communicante pouvant accueillir 2 adultes et 2 enfants"
} - "structure_producteur":,{
- "type":"string",
- "title":"Structure-producteur",
- "description":"Organisme ayant saisi l'information"
} - "position_geographique":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"position_geographique",
- "description":"WGS84"
} - "epci_name":,{
- "type":"string",
- "title":"Nom Officiel EPCI",
- "description":""
} - "epci_code":{
- "type":"string",
- "title":"Code Officiel EPCI",
- "description":""
}
} - "identifiant":
}
} - "fields":
} - "properties":
} - "residences-de-tourisme-en-region-centre-val-de-loire":
}