records
City of Brussels on X (Twitter)
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":"suiveurs-des-comptes-twitter",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/suiveurs-des-comptes-twitter"
}
] - "definitions":{
- "suiveurs-des-comptes-twitter":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/suiveurs-des-comptes-twitter_records"
}
}
} - "records":
} - "properties":
- "suiveurs-des-comptes-twitter_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "francais":,{
- "type":"integer",
- "title":"French",
- "description":""
} - "neerlandais":,{
- "type":"integer",
- "title":"Dutch",
- "description":""
} - "anglais":{
- "type":"integer",
- "title":"English",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "suiveurs-des-comptes-twitter":
}