Skip to content

Commit 65c09db

Browse files
committed
add disabled_in: web capabilities to the collection file
1 parent f31538f commit 65c09db

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

L13/all_capabilities.schema.json

+36
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,24 @@
3737
"additionalProperties": false,
3838
"required": [ "vehicle_time" ]
3939
},
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+
},
4058
{
4159
"type": "object",
4260
"properties": {
@@ -307,6 +325,15 @@
307325
"additionalProperties": false,
308326
"required": [ "windscreen" ]
309327
},
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+
},
310337
{
311338
"type": "object",
312339
"properties": {
@@ -316,6 +343,15 @@
316343
"additionalProperties": false,
317344
"required": [ "trips" ]
318345
},
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+
},
319355
{
320356
"type": "object",
321357
"properties": {

0 commit comments

Comments
 (0)