From e9c52c42db7b0c2df2eee682ebc895872d03cca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alix=20Chagu=C3=A9?= <33317799+alix-tz@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:31:27 +0100 Subject: [PATCH] Hotfix: Type declaration for `transliteration` (#23) see original fix on schema 2023 in #21 --- 2022-04-15/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022-04-15/schema.json b/2022-04-15/schema.json index 64c771e..ae42e5d 100644 --- a/2022-04-15/schema.json +++ b/2022-04-15/schema.json @@ -265,7 +265,7 @@ "enum": ["None", "NFKC", "NFKD", "NFC", "NFD"] }, "transliteration": { - "type": "bool", + "type": "boolean", "description": "Whether ASCII or other kind of characters are used to represent other glyphs, such as Betacode or Hieroglyphic transliteration." }, "members": {