[initcpiocfg] Repair schema file

This commit is contained in:
Adriaan de Groot 2024-07-20 22:45:00 +02:00
parent ec5272ad65
commit 13ccb51010

View File

@ -11,7 +11,7 @@ properties:
type: object
additionalProperties: false
properties:
prepend: { type: array, items: string }
append: { type: array, items: string }
remove: { type: array, items: string }
prepend: { type: array, items: { type: string } }
append: { type: array, items: { type: string } }
remove: { type: array, items: { type: string } }
source: { type: string }