From 342457602722f3c7cdc471cafd1fdc05a1a60f16 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sun, 25 Aug 2024 18:42:32 +0000 Subject: [PATCH] Restyled by jq --- config.schema.json | 47 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/config.schema.json b/config.schema.json index 02e58dd..ccddd2f 100644 --- a/config.schema.json +++ b/config.schema.json @@ -12,7 +12,10 @@ "type": "string" } }, - "required": ["title", "items"], + "required": [ + "title", + "items" + ], "additionalProperties": false, "$defs": { "toggle": { @@ -42,7 +45,11 @@ "additionalProperties": false } }, - "required": ["entity", "name", "type"], + "required": [ + "entity", + "name", + "type" + ], "additionalProperties": false }, "template": { @@ -67,7 +74,11 @@ "const": "template" } }, - "required": ["name", "content", "type"], + "required": [ + "name", + "content", + "type" + ], "additionalProperties": false }, { @@ -90,7 +101,12 @@ "$ref": "#/$defs/tap_action" } }, - "required": ["name", "content", "type", "tap_action"], + "required": [ + "name", + "content", + "type", + "tap_action" + ], "additionalProperties": false } ] @@ -120,10 +136,18 @@ }, "oneOf": [ { - "required": ["name", "type", "service"] + "required": [ + "name", + "type", + "service" + ] }, { - "required": ["name", "type", "tap_action"] + "required": [ + "name", + "type", + "tap_action" + ] } ], "additionalProperties": false @@ -158,7 +182,12 @@ "$ref": "#/$defs/items" } }, - "required": ["name", "title", "type", "items"], + "required": [ + "name", + "title", + "type", + "items" + ], "additionalProperties": false }, "type": { @@ -216,7 +245,9 @@ "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" + ] }, "content": { "title": "Jinja2 template defining the text to display.",