From 8f096a68687d2397e88dee1aeee4b63a0bfccec2 Mon Sep 17 00:00:00 2001 From: yassun7010 Date: Thu, 2 Jan 2025 11:05:30 +0900 Subject: [PATCH] chore: json value. --- tombi.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tombi.schema.json b/tombi.schema.json index 00b22d33..0589ccae 100644 --- a/tombi.schema.json +++ b/tombi.schema.json @@ -197,7 +197,7 @@ "title": "Enable or disable the schema.", "anyOf": [ { - "$ref": "#/$defs/SchemaEnabled" + "$ref": "#/$defs/Enabled" }, { "type": "null" @@ -218,7 +218,7 @@ }, "additionalProperties": false }, - "SchemaEnabled": { + "Enabled": { "type": "boolean" }, "SchemaCatalog": {