gitlink-cli/internal/i18n/schema/messages.schema.json

13 lines
297 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GitLink CLI locale messages",
"type": "object",
"additionalProperties": {
"type": "string",
"minLength": 1
},
"propertyNames": {
"pattern": "^(cmd|flag|error|output|prompt|table)\\.[a-z0-9_.-]+$"
}
}