Skip to content

Instantly share code, notes, and snippets.

@trezy
Created July 29, 2025 18:21
Show Gist options
  • Save trezy/cae0be716c5fb0ee6994388717b6cb31 to your computer and use it in GitHub Desktop.
Save trezy/cae0be716c5fb0ee6994388717b6cb31 to your computer and use it in GitHub Desktop.
{
"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