records
Artisans of the Book in Paris in 1571
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"artisans_livre_paris_1571_05_avril_22",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/artisans_livre_paris_1571_05_avril_22"
}
] - "definitions":{
- "artisans_livre_paris_1571_05_avril_22":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/artisans_livre_paris_1571_05_avril_22_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"
}
}
} - "artisans_livre_paris_1571_05_avril_22_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "geo_point_2d":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Geopoint",
- "description":""
} - "geo_shape":,{
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geometry"
}
] - "title":"Geo Shape",
- "description":""
} - "fid":,{
- "type":"number",
- "title":"fid",
- "description":""
} - "saisie":,{
- "type":"string",
- "title":"Saisie",
- "description":"Author"
} - "date_saisi":,{
- "type":"string",
- "title":"Date_saisie",
- "description":"Date of saisie"
} - "nom":,{
- "type":"string",
- "title":"Name",
- "description":"Artisan name"
} - "id_int":,{
- "type":"number",
- "title":"ID_INT",
- "description":"Identifier of artisan"
} - "statut":,{
- "type":"string",
- "title":"statut",
- "description":"Statut of artisan"
} - "renouard_d":,{
- "type":"string",
- "format":"date",
- "title":"Renouard_d",
- "description":"Renouard start date"
} - "enseigne":,{
- "type":"string",
- "title":"enseigne",
- "description":"Enseigne"
} - "quartenier":,{
- "type":"string",
- "title":"quartenier",
- "description":"Quartenier"
} - "cinquantai":,{
- "type":"string",
- "title":"cinquantai",
- "description":"Cinquantaine"
} - "dizainier":,{
- "type":"string",
- "title":"dizainier",
- "description":"Dizainier"
} - "sous":,{
- "type":"number",
- "title":"sous",
- "description":"Sous (montant de l'impôt)"
} - "ms_1_fol":,{
- "type":"string",
- "title":"Ms 1 - fol",
- "description":"Ms Foliot 1"
} - "ms_2_fol":,{
- "type":"string",
- "title":"Ms 2 -fol",
- "description":"Ms Foliot 2"
} - "ms_3_fol":,{
- "type":"string",
- "title":"Ms 3 - fol",
- "description":"Ms Foliot 3"
} - "notes":,{
- "type":"string",
- "title":"Notes",
- "description":"Notes"
} - "nom_altern":,{
- "type":"string",
- "title":"Nom_altern",
- "description":"Alternative names"
} - "prenom":,{
- "type":"string",
- "title":"First name",
- "description":"First name"
} - "localise":,{
- "type":"string",
- "title":"Place",
- "description":"Place"
} - "double_lie":,{
- "type":"string",
- "title":"Doble Place",
- "description":"Doble Place"
} - "renouard19":,{
- "type":"string",
- "title":"Renouard19",
- "description":"Renouard 1965"
} - "h_f":,{
- "type":"string",
- "title":"H_F",
- "description":"Sexe"
} - "rue":,{
- "type":"string",
- "title":"Street",
- "description":"Street"
} - "livres":,{
- "type":"number",
- "title":"Livres",
- "description":"book (tax amount)"
} - "montant_to":,{
- "type":"number",
- "title":"Amount",
- "description":"Total amount in deniers"
} - "metier_1":,{
- "type":"string",
- "title":"Metier_1",
- "description":"Métier 1"
} - "metier_2":,{
- "type":"string",
- "title":"Metier_2",
- "description":"Métier 2"
} - "metier_3":,{
- "type":"string",
- "title":"Metier_3",
- "description":"Métier 3"
} - "renouard_f":,{
- "type":"integer",
- "title":"Renouard_f",
- "description":""
} - "duree":,{
- "type":"integer",
- "title":"DUREE",
- "description":""
} - "zone":,{
- "type":"string",
- "title":"Zone",
- "description":""
} - "imprime":{
- "type":"integer",
- "title":"Imprime",
- "description":""
}
} - "geo_point_2d":
}
} - "fields":
} - "properties":
} - "artisans_livre_paris_1571_05_avril_22":
}