records
Top 20 most popular first names (City of Brussels)
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":"prenoms-les-plus-populaires-ville-de-bruxelles",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/prenoms-les-plus-populaires-ville-de-bruxelles"
}
] - "definitions":{
- "prenoms-les-plus-populaires-ville-de-bruxelles":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/prenoms-les-plus-populaires-ville-de-bruxelles_records"
}
}
} - "records":
} - "properties":
- "prenoms-les-plus-populaires-ville-de-bruxelles_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"At 1st January of the year",
- "description":""
} - "genre":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "geslacht":,{
- "type":"string",
- "title":"Geslacht",
- "description":""
} - "prenom":,{
- "type":"string",
- "title":"First name",
- "description":""
} - "frequence":{
- "type":"integer",
- "title":"Occurence",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "prenoms-les-plus-populaires-ville-de-bruxelles":
}