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: b9f6ad2b31d78dc90c79c082c143695a0461ae76 (plain)
1
2
3
4
5
6
7
8
9
{
  "description": "Debian fields",
  "type": "object",
  "patternProperties": {
    ".*": {
      "type": "string"
    }
  }
}