records
Top 100 des livres empruntés par bibliothèque (2014)
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":"top-100-des-livres-empruntes-par-bibliotheque-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/top-100-des-livres-empruntes-par-bibliotheque-2014"
}
] - "definitions":{
- "top-100-des-livres-empruntes-par-bibliotheque-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/top-100-des-livres-empruntes-par-bibliotheque-2014_records"
}
}
} - "records":
} - "properties":
- "top-100-des-livres-empruntes-par-bibliotheque-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom_de_la_bibliotheque":,{
- "type":"string",
- "title":"Nom de la bibliothèque",
- "description":""
} - "rang":,{
- "type":"integer",
- "title":"Rang",
- "description":""
} - "nombre_d_emprunts":,{
- "type":"integer",
- "title":"Nombre d'emprunts",
- "description":""
} - "titre":,{
- "type":"string",
- "title":"Titre",
- "description":""
} - "auteur":{
- "type":"string",
- "title":"Auteur",
- "description":""
}
} - "nom_de_la_bibliotheque":
}
} - "fields":
} - "properties":
} - "top-100-des-livres-empruntes-par-bibliotheque-2014":
}