Texecom Event Schemas

JSON Schema Documentation

Battery Presence Test

$idhttps://schemas.texecom-prod.com/v2/events/event-type/battery/presence_test/v1.0.0.json
$schemahttp://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
TypeString
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"
    ]
}