gitlab-org--gitlab-foss/app/validators/json_schemas/debian_fields.json

11 lines
184 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Debian fields",
"type": "object",
"patternProperties": {
".*": {
"type": "string"
}
}
}