debian-mirror-gitlab/app/validators/json_schemas/git_trailers.json
2021-04-29 21:17:54 +05:30

11 lines
198 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Git trailer key/value pairs",
"type": "object",
"patternProperties": {
".*": {
"type": "string"
}
}
}