summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/git_trailers.json
blob: 384eb2807653e9bb86d2e1a477c1ff941472d885 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Git trailer key/value pairs",
  "type": "object",
  "patternProperties": {
    ".*": {
      "type": "string"
    }
  }
}