records
Visitors and views of the City of Brussels website per page (from 2023)
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":"visitors-and-views-of-the-city-of-brussels-website-per-page-from-2023",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/visitors-and-views-of-the-city-of-brussels-website-per-page-from-2023"
}
] - "definitions":{
- "visitors-and-views-of-the-city-of-brussels-website-per-page-from-2023":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/visitors-and-views-of-the-city-of-brussels-website-per-page-from-2023_records"
}
}
} - "records":
} - "properties":
- "visitors-and-views-of-the-city-of-brussels-website-per-page-from-2023_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "page":,{
- "type":"string",
- "title":"Page",
- "description":""
} - "views":,{
- "type":"integer",
- "title":"Views",
- "description":""
} - "active_users":{
- "type":"integer",
- "title":"Active users",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "visitors-and-views-of-the-city-of-brussels-website-per-page-from-2023":
}