debian-mirror-gitlab/app/validators/json_schemas/git_trailers.json
2021-03-11 19:13:27 +05:30

10 lines
142 B
JSON

{
"description": "Git trailer key/value pairs",
"type": "object",
"patternProperties": {
".*": {
"type": "string"
}
}
}