Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git_trailers.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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"
    }
  }
}