From 35a65ebdf4b3aba990b4640418add1d705aca01b Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 20 Jan 2024 15:05:49 +0000 Subject: [PATCH 1/2] Restyled by jq --- config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.schema.json b/config.schema.json index d405600..799c986 100644 --- a/config.schema.json +++ b/config.schema.json @@ -216,4 +216,4 @@ "description": "Optional confirmation of the action before execution as a precaution." } } -} \ No newline at end of file +} From ed3dce8827aeae3046a56d1a26bfa92444709af5 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 20 Jan 2024 15:05:50 +0000 Subject: [PATCH 2/2] Restyled by prettier-json --- config.schema.json | 40 +++++++--------------------------------- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/config.schema.json b/config.schema.json index 799c986..851a9e4 100644 --- a/config.schema.json +++ b/config.schema.json @@ -12,10 +12,7 @@ "type": "string" } }, - "required": [ - "title", - "items" - ], + "required": ["title", "items"], "additionalProperties": false, "$defs": { "toggle": { @@ -43,11 +40,7 @@ "additionalProperties": false } }, - "required": [ - "entity", - "name", - "type" - ], + "required": ["entity", "name", "type"], "additionalProperties": false }, "template": { @@ -73,11 +66,7 @@ "$ref": "#/$defs/tap_action" } }, - "required": [ - "name", - "content", - "type" - ], + "required": ["name", "content", "type"], "additionalProperties": false }, "tap": { @@ -107,18 +96,10 @@ }, "oneOf": [ { - "required": [ - "name", - "type", - "service" - ] + "required": ["name", "type", "service"] }, { - "required": [ - "name", - "type", - "tap_action" - ] + "required": ["name", "type", "tap_action"] } ], "additionalProperties": false @@ -151,12 +132,7 @@ "$ref": "#/$defs/items" } }, - "required": [ - "name", - "title", - "type", - "items" - ], + "required": ["name", "title", "type", "items"], "additionalProperties": false }, "items": { @@ -205,9 +181,7 @@ "description": "The object containing the parameters and their values to be passed to the entity. No schema checking can be done here, you are on your own! On application crash, remove the parameters." } }, - "required": [ - "service" - ] + "required": ["service"] }, "confirm": { "type": "boolean",