Skip to content

Commit

Permalink
language code could be null in Chinese Wiktionary JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Oct 10, 2023
1 parent 1043094 commit 095781c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json_schema/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"lang_code": {
"description": "ISO 639-1 language code",
"type": "string"
"type": ["string", "null"]
},
"word": {
"description": "word string",
Expand Down Expand Up @@ -269,7 +269,7 @@
"properties": {
"code": {
"description": "ISO 639-1 code of the translation term",
"type": "string"
"type": ["string", "null"]
},
"lang": {
"description": "Transation language name",
Expand Down

0 comments on commit 095781c

Please sign in to comment.