enregistrement
Immeubles protégés au titre des Monuments Historiques (Île-de-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":"immeubles-proteges-au-titre-des-monuments-historiques",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/immeubles-proteges-au-titre-des-monuments-historiques"
}
] - "definitions":{
- "immeubles-proteges-au-titre-des-monuments-historiques":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/immeubles-proteges-au-titre-des-monuments-historiques_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"
}
}
} - "immeubles-proteges-au-titre-des-monuments-historiques_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "reference":,{
- "type":"string",
- "title":"Reference",
- "description":""
} - "destination_actuelle_de_l_edifice":,{
- "type":"string",
- "title":"Destination_actuelle_de_l_edifice",
- "description":""
} - "adresse_forme_index":,{
- "type":"string",
- "title":"Adresse_forme_index",
- "description":""
} - "etablissement_affectataire_de_l_edifice":,{
- "type":"string",
- "title":"Etablissement_affectataire_de_l_edifice",
- "description":""
} - "autre_appellation_de_l_edifice":,{
- "type":"string",
- "title":"Autre_appellation_de_l_edifice",
- "description":""
} - "nature_de_la_protection":,{
- "type":"string",
- "title":"Nature_de_la_protection",
- "description":""
} - "auteur_de_l_edifice":,{
- "type":"string",
- "title":"Auteur_de_l_edifice",
- "description":""
} - "cadastre":,{
- "type":"string",
- "title":"Cadastre",
- "description":""
} - "commune_forme_index":,{
- "type":"string",
- "title":"Commune_forme_index",
- "description":""
} - "copyright":,{
- "type":"string",
- "title":"Copyright",
- "description":""
} - "type_de_couverture":,{
- "type":"string",
- "title":"Type_de_couverture",
- "description":""
} - "datation_de_l_edifice":,{
- "type":"string",
- "title":"Datation_de_l_edifice",
- "description":""
} - "denomination_de_l_edifice":,{
- "type":"string",
- "title":"Denomination_de_l_edifice",
- "description":""
} - "lieu_de_conservation_d_un_element_architectural_deplace":,{
- "type":"string",
- "title":"Lieu_de_conservation_d_un_element_architectural_deplace",
- "description":""
} - "description_de_l_edifice":,{
- "type":"string",
- "title":"Description_de_l_edifice",
- "description":""
} - "dimensions_normalisees_des_edicules_uniquement":,{
- "type":"string",
- "title":"Dimensions_normalisees_des_edicules_uniquement",
- "description":""
} - "date_de_label":,{
- "type":"string",
- "title":"Date_de_Label",
- "description":""
} - "date_de_la_derniere_mise_a_jour":,{
- "type":"string",
- "format":"date",
- "title":"Date_de_la_derniere_mise_a_jour",
- "description":""
} - "date_de_creation_de_la_notice":,{
- "type":"string",
- "format":"date",
- "title":"Date_de_creation_de_la_notice",
- "description":""
} - "domaine":,{
- "type":"string",
- "title":"Domaine",
- "description":""
} - "typologie_du_dossier":,{
- "type":"string",
- "title":"Typologie_du_dossier",
- "description":""
} - "date_et_typologie_de_la_protection":,{
- "type":"string",
- "title":"Date_et_typologie_de_la_protection",
- "description":""
} - "departement_format_numerique":,{
- "type":"string",
- "title":"Departement_format_numerique",
- "description":""
} - "partie_d_elevation_exterieure":,{
- "type":"string",
- "title":"Partie_d_elevation_exterieure",
- "description":""
} - "source_de_l_energie_utilisee_par_l_edifice":,{
- "type":"string",
- "title":"Source_de_l_energie_utilisee_par_l_edifice",
- "description":""
} - "emplacement_forme_et_structure_de_l_escalier":,{
- "type":"string",
- "title":"Emplacement__forme_et_structure_de_l_escalier",
- "description":""
} - "description_de_l_elevation_interieure":,{
- "type":"string",
- "title":"Description_de_l_elevation_interieure",
- "description":""
} - "etat_de_conservation":,{
- "type":"string",
- "title":"etat_de_conservation",
- "description":""
} - "cadre_de_l_etude":,{
- "type":"string",
- "title":"Cadre_de_l_etude",
- "description":""
} - "genre_du_destinataire":,{
- "type":"string",
- "title":"Genre_du_destinataire",
- "description":""
} - "historique":,{
- "type":"string",
- "title":"Historique",
- "description":""
} - "nom_du_cours_d_eau_traversant_ou_bordant_l_edifice":,{
- "type":"string",
- "title":"Nom_du_cours_d_eau_traversant_ou_bordant_l_edifice",
- "description":""
} - "identifiant_agregee":,{
- "type":"string",
- "title":"Identifiant_Agregee",
- "description":""
} - "cog_insee_lors_de_la_protection":,{
- "type":"string",
- "title":"COG_Insee_lors_de_la_protection",
- "description":""
} - "justification_attribution":,{
- "type":"string",
- "title":"Justification_attribution",
- "description":""
} - "justification_de_la_datation":,{
- "type":"string",
- "title":"Justification_de_la_datation",
- "description":""
} - "liens_externes":,{
- "type":"string",
- "title":"Liens_externes",
- "description":""
} - "lieudit":,{
- "type":"string",
- "title":"Lieudit",
- "description":""
} - "lien_vers_la_base_archiv_mh":,{
- "type":"string",
- "title":"Lien_vers_la_base_Archiv_MH",
- "description":""
} - "materiaux_du_gros_oeuvre":,{
- "type":"string",
- "title":"Materiaux_du_gros_oeuvre",
- "description":""
} - "observations":,{
- "type":"string",
- "title":"Observations",
- "description":""
} - "precision_affectataire":,{
- "type":"string",
- "title":"Precision_affectataire",
- "description":""
} - "partie_constituante_non_etudiee":,{
- "type":"string",
- "title":"Partie_constituante_non_etudiee",
- "description":""
} - "partie_constituante":,{
- "type":"string",
- "title":"Partie_constituante",
- "description":""
} - "precision_sur_la_denomination":,{
- "type":"string",
- "title":"Precision_sur_la_denomination",
- "description":""
} - "personnes_liees_a_l_edifice":,{
- "type":"string",
- "title":"Personnes_liees_a_l_edifice",
- "description":""
} - "typologie_de_plan":,{
- "type":"string",
- "title":"Typologie_de_plan",
- "description":""
} - "precision_de_la_localisation":,{
- "type":"string",
- "title":"Precision_de_la_localisation",
- "description":""
} - "precision_de_la_protection":,{
- "type":"string",
- "title":"Precision_de_la_protection",
- "description":""
} - "description_de_l_iconographie":,{
- "type":"string",
- "title":"Description_de_l_iconographie",
- "description":""
} - "typologie_de_la_protection":,{
- "type":"string",
- "title":"Typologie_de_la_protection",
- "description":""
} - "precision_sur_le_statut_de_l_edifice":,{
- "type":"string",
- "title":"Precision_sur_le_statut_de_l_edifice",
- "description":""
} - "reference_a_un_ensemble":,{
- "type":"string",
- "title":"Reference_a_un_ensemble",
- "description":""
} - "lien_vers_la_base_joconde":,{
- "type":"string",
- "title":"Lien_vers_la_base_Joconde",
- "description":""
} - "lien_vers_la_base_palissy":,{
- "type":"string",
- "title":"Lien_vers_la_base_Palissy",
- "description":""
} - "references_des_parties_constituantes_etudiees":,{
- "type":"string",
- "title":"References_des_parties_constituantes_etudiees",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Région",
- "description":""
} - "departement_en_lettres":,{
- "type":"string",
- "title":"Département",
- "description":""
} - "elements_remarquables_dans_l_edifice":,{
- "type":"string",
- "title":"Elements_remarquables_dans_l_edifice",
- "description":""
} - "remploi":,{
- "type":"string",
- "title":"Remploi",
- "description":""
} - "renvoi_vers_une_notice_de_la_base_merimee_ou_palissy":,{
- "type":"string",
- "title":"Renvoi_vers_une_notice_de_la_base_Merimee_ou_Palissy",
- "description":""
} - "indexation_iconographique_normalisee":,{
- "type":"string",
- "title":"Indexation_iconographique_normalisee",
- "description":""
} - "siecle_de_campagne_secondaire_de_construction":,{
- "type":"string",
- "title":"Siecle_de_campagne_secondaire_de_construction",
- "description":""
} - "siecle_de_la_campagne_principale_de_construction":,{
- "type":"string",
- "title":"Siecle_de_la_campagne_principale_de_construction",
- "description":""
} - "format_abrege_du_siecle_de_construction":,{
- "type":"string",
- "title":"Format_abrege_du_siecle_de_construction",
- "description":""
} - "typologie_de_la_zone_de_protection":,{
- "type":"string",
- "title":"Typologie_de_la_zone_de_protection",
- "description":""
} - "statut_juridique_de_l_edifice":,{
- "type":"string",
- "title":"Statut_juridique_de_l_edifice",
- "description":""
} - "technique_du_decor_porte_de_l_edifice":,{
- "type":"string",
- "title":"Technique_du_decor_porte_de_l_edifice",
- "description":""
} - "titre_editorial_de_la_notice":,{
- "type":"string",
- "title":"Titre_editorial_de_la_notice",
- "description":""
} - "materiaux_de_la_couverture":,{
- "type":"string",
- "title":"Materiaux_de_la_couverture",
- "description":""
} - "couverts_ou_decouverts_du_jardin_de_l_edifice":,{
- "type":"string",
- "title":"Couverts_ou_decouverts_du_jardin_de_l_edifice",
- "description":""
} - "vocable_pour_les_edifices_cultuels":,{
- "type":"string",
- "title":"Vocable___pour_les_edifices_cultuels",
- "description":""
} - "typologie_du_couvrement":,{
- "type":"string",
- "title":"Typologie_du_couvrement",
- "description":""
} - "adresse_forme_editoriale":,{
- "type":"string",
- "title":"Adresse_forme_editoriale",
- "description":""
} - "commune_forme_editoriale":,{
- "type":"string",
- "title":"Commune_forme_editoriale",
- "description":""
} - "coordonnees_au_format_wgs84":{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"coordonnees_au_format_WGS84",
- "description":""
}
} - "reference":
}
} - "fields":
} - "properties":
} - "immeubles-proteges-au-titre-des-monuments-historiques":
}