mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
19 lines
No EOL
389 B
JSON
19 lines
No EOL
389 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"$ref": "#/definitions/commitTypes",
|
|
"definitions": {
|
|
"commitTypes": {
|
|
"type": "object",
|
|
"properties": {
|
|
"commitTypes": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"pattern": "^[a-z]+$"
|
|
}
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
}
|
|
} |