UNPKG

226 BJSONView Raw
1{
2 "$id": "relay.tbits",
3 "description": "tbits relay validation",
4 "required": [
5 "sessionUid"
6 ],
7 "properties": {
8 "sessionUid": {
9 "type": "string",
10 "minLength": 1,
11 "maxLength": 128
12 }
13 }
14}