summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/debian_fields.json
blob: b9f6ad2b31d78dc90c79c082c143695a0461ae76 (plain)
1
2
3
4
5
6
7
8
9
{
  "description": "Debian fields",
  "type": "object",
  "patternProperties": {
    ".*": {
      "type": "string"
    }
  }
}