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:
David Rheinsberg 2022-07-25 12:08:37 +02:00 committed by Christian Kellner
parent 38662b22a6
commit 10f076f34d

View file

@ -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
}
}