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

10 lines
142 B
JSON
Raw Normal View History

2021-03-11 19:13:27 +05:30
{
"description": "Git trailer key/value pairs",
"type": "object",
"patternProperties": {
".*": {
"type": "string"
}
}
}