debian-mirror-gitlab/app/validators/json_schemas/debian_fields.json
2021-03-08 18:12:59 +05:30

10 lines
128 B
JSON

{
"description": "Debian fields",
"type": "object",
"patternProperties": {
".*": {
"type": "string"
}
}
}