From fa7b942a8b49ba63faefac7ca8b006c9818e1489 Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Thu, 28 Nov 2024 20:56:44 +0000 Subject: [PATCH] adjusting indentation --- schema/1.0.schema.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/schema/1.0.schema.json b/schema/1.0.schema.json index 13cd1d8..c8a7a06 100644 --- a/schema/1.0.schema.json +++ b/schema/1.0.schema.json @@ -8378,22 +8378,22 @@ "maxItems": 3, "items": false, "prefixItems": [ - { - "type": "object", - "$ref": "#/$defs/FGBuildableFactory--jump-pad", - "unevaluatedProperties": false - }, - { - "type": "object", - "$ref": "#/$defs/FGBuildableFactory--jump-pad", - "unevaluatedProperties": false - }, - { - "type": "object", - "$ref": "#/$defs/FGBuildableFactory--landing-pad", - "unevaluatedProperties": false - } - ] + { + "type": "object", + "$ref": "#/$defs/FGBuildableFactory--jump-pad", + "unevaluatedProperties": false + }, + { + "type": "object", + "$ref": "#/$defs/FGBuildableFactory--jump-pad", + "unevaluatedProperties": false + }, + { + "type": "object", + "$ref": "#/$defs/FGBuildableFactory--landing-pad", + "unevaluatedProperties": false + } + ] } } },