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: 18ac97226a7221e8cbe7375794200fd8327c3736 (plain)
1
2
3
4
5
6
7
8
9
{
  "description": "Git trailer key/value pairs",
  "type": "object",
  "patternProperties": {
    ".*": {
      "type": "string"
    }
  }
}