mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
manifest-schema.yml: Fixup uses of minItems in objects
This commit is contained in:
parent
5dba70cf36
commit
2b6dc47b90
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ properties:
|
|||
required: [pin, package, pin-priority]
|
||||
additionalProperties: false
|
||||
minItems: 1
|
||||
minItems: 1
|
||||
minProperties: 1
|
||||
additionalProperties: false
|
||||
sources:
|
||||
type: object
|
||||
|
@ -109,7 +109,7 @@ properties:
|
|||
pattern: ^(deb|deb-src)\s+(\[\s*(.+\S)?\s*\]\s+)?\S+\s+\S+(\s+(.+\S))?\s*$
|
||||
minItems: 1
|
||||
type: array
|
||||
minItems: 1
|
||||
minProperties: 1
|
||||
additionalProperties: false
|
||||
trusted-keys:
|
||||
type: array
|
||||
|
|
Loading…
Add table
Reference in a new issue