schemas/osbuild2: drop trailing spaces
Drop trailing spaces from the schema. Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
parent
38662b22a6
commit
10f076f34d
1 changed files with 2 additions and 2 deletions
|
|
@ -120,13 +120,13 @@
|
|||
}, {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"type": "object",
|
||||
"required": ["id"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"id": { "type": "string" },
|
||||
"options": {
|
||||
"type": "object",
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue