Battery Presence Test
| $id | https://schemas.texecom-prod.com/v2/events/event-type/battery/presence_test/v1.0.0.json |
| $schema | http://json-schema.org/draft-07/schema |
| $id |
https://schemas.texecom-prod.com/v2/events/event-type/battery/presence_test/v1.0.0.json |
| Title |
Battery Presence Test |
| Type | String |
| Enum |
- battery.presence_test.initiated
- battery.presence_test.completed
|
Schema
{
"$id": "https://schemas.texecom-prod.com/v2/events/event-type/battery/presence_test/v1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Battery Presence Test",
"type": "string",
"enum": [
"battery.presence_test.initiated",
"battery.presence_test.completed"
]
}