Mobility Trends
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"mobility-change",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/mobility-change"
}
] - "definitions":{
- "mobility-change":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/mobility-change_records"
}
}
} - "records":
} - "properties":
- "mobility-change_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "us":,{
- "type":"number",
- "title":"US (%)",
- "description":""
} - "india":,{
- "type":"number",
- "title":"India (%)",
- "description":""
} - "saudi_arabia":,{
- "type":"number",
- "title":"Saudi Arabia (%)",
- "description":""
} - "united_kingdom":,{
- "type":"number",
- "title":"United Kingdom",
- "description":""
} - "spain":,{
- "type":"number",
- "title":"Spain",
- "description":""
} - "germany":,{
- "type":"number",
- "title":"Germany",
- "description":""
} - "italy":,{
- "type":"number",
- "title":"Italy",
- "description":""
} - "france":{
- "type":"number",
- "title":"France",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "mobility-change":