records
Top 100 des livres empruntés par bibliothèque (2013)
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":"bruxelles_top_100_livres_empruntes_par_bibilotheque",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bruxelles_top_100_livres_empruntes_par_bibilotheque"
}
] - "definitions":{
- "bruxelles_top_100_livres_empruntes_par_bibilotheque":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bruxelles_top_100_livres_empruntes_par_bibilotheque_records"
}
}
} - "records":
} - "properties":
- "bruxelles_top_100_livres_empruntes_par_bibilotheque_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "code_bibilotheque":,{
- "type":"string",
- "title":"Bibliothèque",
- "description":""
} - "rang":,{
- "type":"integer",
- "title":"Rang",
- "description":""
} - "nombre_d_emprunts":,{
- "type":"integer",
- "title":"Nombre d'emprunts",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "titre":,{
- "type":"string",
- "title":"Titre",
- "description":""
} - "auteur":{
- "type":"string",
- "title":"Auteur",
- "description":""
}
} - "code_bibilotheque":
}
} - "fields":
} - "properties":
} - "bruxelles_top_100_livres_empruntes_par_bibilotheque":
}