14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.languages",
|
|
"additionalProperties": false,
|
|
"type": "array",
|
|
"title": "Languages",
|
|
"description": "A language definitions file",
|
|
"items": {
|
|
"type": "string",
|
|
"description": "A language identifier",
|
|
"pattern": "^[a-z]{2}_[A-Z]{2}$"
|
|
}
|
|
}
|