debian-mirror-gitlab/app/validators/json_schemas/git_trailers.json

11 lines
198 B
JSON
Raw Normal View History

2021-03-11 19:13:27 +05:30
{
2021-04-29 21:17:54 +05:30
"$schema": "http://json-schema.org/draft-07/schema#",
2021-03-11 19:13:27 +05:30
"description": "Git trailer key/value pairs",
"type": "object",
"patternProperties": {
".*": {
"type": "string"
}
}
}