Skip to content

Commit

Permalink
Hotfix: Type declaration for transliteration (#23)
Browse files Browse the repository at this point in the history
see original fix on schema 2023 in #21
  • Loading branch information
alix-tz authored Nov 21, 2023
1 parent 97fe364 commit e9c52c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2022-04-15/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e9c52c4

Please sign in to comment.