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

debian_fields.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae1a2726ea2f31d4a4da17100045f73cd902c712 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Debian fields",
  "type": "object",
  "patternProperties": {
    ".*": {
      "type": "string"
    }
  }
}