summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/git_trailers.json
blob: 18ac97226a7221e8cbe7375794200fd8327c3736 (plain)
1
2
3
4
5
6
7
8
9
{
  "description": "Git trailer key/value pairs",
  "type": "object",
  "patternProperties": {
    ".*": {
      "type": "string"
    }
  }
}