Event Schemas
Activate an event schema
Activate an event schema
post/event_schema/{event_schema_name}/activate
Path parameters
event_schema_namestring required
Example:rides
Response
Response for Create and Get event schema requests
Example response
{
"version": 1,
"status": "DRAFT",
"attributes": [
{
"name": "distance",
"defaultUnit": "kms"
}
],
"dimensions": [
{
"name": "city"
}
]
}