enregistrement
Liste des festivals en France
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":"festivals-global-festivals-_-pl",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/festivals-global-festivals-_-pl"
}
] - "definitions":{
- "festivals-global-festivals-_-pl":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/festivals-global-festivals-_-pl_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"
}
}
} - "festivals-global-festivals-_-pl_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom_du_festival":,{
- "type":"string",
- "title":"Nom du festival",
- "description":""
} - "envergure_territoriale":,{
- "type":"string",
- "title":"Envergure territoriale",
- "description":""
} - "region_principale_de_deroulement":,{
- "type":"string",
- "title":"Région principale de déroulement",
- "description":""
} - "departement_principal_de_deroulement":,{
- "type":"string",
- "title":"Département principal de déroulement",
- "description":""
} - "commune_principale_de_deroulement":,{
- "type":"string",
- "title":"Commune principale de déroulement",
- "description":"Libelle_géographique"
} - "code_postal_de_la_commune_principale_de_deroulement":,{
- "type":"string",
- "title":"Code postal (de la commune principale de déroulement)",
- "description":""
} - "code_insee_commune":,{
- "type":"string",
- "title":"Code Insee commune",
- "description":"code_insee"
} - "code_insee_epci_collage_en_valeur":,{
- "type":"string",
- "title":"Code Insee EPCI",
- "description":""
} - "libelle_epci_collage_en_valeur":,{
- "type":"string",
- "title":"Libellé EPCI",
- "description":""
} - "numero_de_voie":,{
- "type":"string",
- "title":"Numéro de voie",
- "description":""
} - "type_de_voie_rue_avenue_boulevard_etc":,{
- "type":"string",
- "title":"Type de voie (rue, Avenue, boulevard, etc.)",
- "description":""
} - "nom_de_la_voie":,{
- "type":"string",
- "title":"Nom de la voie",
- "description":""
} - "adresse_postale":,{
- "type":"string",
- "title":"Adresse postale",
- "description":""
} - "complement_d_adresse_facultatif":,{
- "type":"string",
- "title":"Complément d'adresse (facultatif)",
- "description":""
} - "site_internet_du_festival":,{
- "type":"string",
- "title":"Site internet du festival",
- "description":""
} - "adresse_e_mail":,{
- "type":"string",
- "title":"Adresse e-mail",
- "description":""
} - "decennie_de_creation_du_festival":,{
- "type":"string",
- "title":"Décennie de création du festival",
- "description":""
} - "annee_de_creation_du_festival":,{
- "type":"string",
- "title":"Année de création du festival",
- "description":""
} - "discipline_dominante":,{
- "type":"string",
- "title":"Discipline dominante",
- "description":""
} - "sous_categorie_spectacle_vivant":,{
- "type":"string",
- "title":"Sous-catégorie spectacle vivant",
- "description":""
} - "sous_categorie_musique":,{
- "type":"string",
- "title":"Sous-catégorie musique",
- "description":""
} - "sous_categorie_musique_cnm":,{
- "type":"string",
- "title":"Sous-catégorie Musique CNM",
- "description":""
} - "sous_categorie_cinema_et_audiovisuel":,{
- "type":"string",
- "title":"Sous-catégorie cinéma et audiovisuel",
- "description":""
} - "sous_categorie_arts_visuels_et_arts_numeriques":,{
- "type":"string",
- "title":"Sous-catégorie arts visuels et arts numériques",
- "description":""
} - "sous_categorie_livre_et_litterature":,{
- "type":"string",
- "title":"Sous-catégorie livre et littérature",
- "description":""
} - "periode_principale_de_deroulement_du_festival":,{
- "type":"string",
- "title":"Période principale de déroulement du festival",
- "description":""
} - "identifiant_agence_a":,{
- "type":"string",
- "title":"Identifiant Agence A",
- "description":""
} - "identifiant":,{
- "type":"string",
- "title":"Identifiant",
- "description":""
} - "geocodage_xy":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Géocodage xy",
- "description":""
} - "identifiant_cnm":{
- "type":"integer",
- "title":"identifiant CNM",
- "description":""
}
} - "nom_du_festival":
}
} - "fields":
} - "properties":
} - "festivals-global-festivals-_-pl":
}