Texecom Event Schemas

JSON Schema Documentation

Walk test events fir vitrous pro

$idhttps://schemas.texecom-prod.com/v2/events/event-type/walk_test/v1.0.0.json
$schemahttp://json-schema.org/draft-07/schema

$id https://schemas.texecom-prod.com/v2/events/event-type/walk_test/v1.0.0.json
Title Walk test events fir vitrous pro
TypeString
Enum
  • walk_test.start.initiated
  • walk_test.start.zone_triggered
  • walk_test.start.terminal
  • walk_test.stop
  • walk_test.status.read

Schema

{
    "$id": "https://schemas.texecom-prod.com/v2/events/event-type/walk_test/v1.0.0.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "title": "Walk test events fir vitrous pro",
    "type": "string",
    "enum": [
        "walk_test.start.initiated",
        "walk_test.start.zone_triggered",
        "walk_test.start.terminal",
        "walk_test.stop",
        "walk_test.status.read"
    ]
}