Created
July 29, 2025 18:21
-
-
Save trezy/cae0be716c5fb0ee6994388717b6cb31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "community.lexicons.i18n.defs", | |
"defs": { | |
"main": { | |
"type": "record", | |
"record": { | |
"type": "object", | |
"properties": { | |
"did": { "type": "string", "format": "did" }, | |
"translations": { | |
"type": "array", | |
"minLength": 1, | |
"items": { | |
"type": "object", | |
"properties": { | |
"code": { "type": "string", "knownValues": ["en", "en-us", "en-gb", "es", "fr", "ja"] }, | |
"uri": { "type": "string", "format": "at-uri" }, | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment