Skip to content

Commit 615e6a4

Browse files
committed
Make additional top-level keys optional
1 parent 7b01a25 commit 615e6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"title": "NixOS bootspec v1 schema",
55
"description": "Bootspec is a set of memoized facts about a system's closure. The top-level object may contain arbitrary further keys (\"extensions\") whose semantics may be defined by third parties. The use of reverse-domain-name namespacing is recommended in order to avoid name collisions.",
66
"type": "object",
7+
"required": ["org.nixos.bootspec.v1"],
78
"properties": {
89
"org.nixos.bootspec.v1": { "$ref": "#/$defs/Bootspec" },
910
"org.nixos.specialisation.v1": {

0 commit comments

Comments
 (0)