9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"description": "Debian fields",
|
|
"type": "object",
|
|
"patternProperties": {
|
|
".*": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|