{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "TraceType",
    "description": "trace type",
    "enum": [
        "START",
        "STOP",
        "GPS_PROBE"
    ]
}