File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 37
37
"additionalProperties" : false ,
38
38
"required" : [ " vehicle_time" ]
39
39
},
40
+ {
41
+ "type" : " object" ,
42
+ "properties" : {
43
+ "driver_fatigue" : { "$ref" : " https://highmobility.github.io/auto-api-json-schema/L13/capabilities/driver_fatigue.schema.json" }
44
+ },
45
+ "minProperties" : 1 ,
46
+ "additionalProperties" : false ,
47
+ "required" : [ " driver_fatigue" ]
48
+ },
49
+ {
50
+ "type" : " object" ,
51
+ "properties" : {
52
+ "remote_control" : { "$ref" : " https://highmobility.github.io/auto-api-json-schema/L13/capabilities/remote_control.schema.json" }
53
+ },
54
+ "minProperties" : 1 ,
55
+ "additionalProperties" : false ,
56
+ "required" : [ " remote_control" ]
57
+ },
40
58
{
41
59
"type" : " object" ,
42
60
"properties" : {
307
325
"additionalProperties" : false ,
308
326
"required" : [ " windscreen" ]
309
327
},
328
+ {
329
+ "type" : " object" ,
330
+ "properties" : {
331
+ "cruise_control" : { "$ref" : " https://highmobility.github.io/auto-api-json-schema/L13/capabilities/cruise_control.schema.json" }
332
+ },
333
+ "minProperties" : 1 ,
334
+ "additionalProperties" : false ,
335
+ "required" : [ " cruise_control" ]
336
+ },
310
337
{
311
338
"type" : " object" ,
312
339
"properties" : {
316
343
"additionalProperties" : false ,
317
344
"required" : [ " trips" ]
318
345
},
346
+ {
347
+ "type" : " object" ,
348
+ "properties" : {
349
+ "keyfob_position" : { "$ref" : " https://highmobility.github.io/auto-api-json-schema/L13/capabilities/keyfob_position.schema.json" }
350
+ },
351
+ "minProperties" : 1 ,
352
+ "additionalProperties" : false ,
353
+ "required" : [ " keyfob_position" ]
354
+ },
319
355
{
320
356
"type" : " object" ,
321
357
"properties" : {
You can’t perform that action at this time.
0 commit comments