Skip to content

Commit ea24024

Browse files
committed
feat: merge feature/world-class-v1-contracts
2 parents 550d7d1 + 61aaebc commit ea24024

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

schemas/boot-release-set.schema.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,6 @@
2525
"required": ["platforms", "channels", "artifacts", "policy", "evidence", "provenance", "trust", "signature", "antiRollback", "telemetry"],
2626
"properties": {
2727
"releaseSetRef": {"type": "string"},
28-
"bootChain": {
29-
"type": "object",
30-
"additionalProperties": false,
31-
"required": ["type"],
32-
"properties": {
33-
"type": {
34-
"enum": [
35-
"asahi-m1n1-uboot-systemd-boot",
36-
"uefi-systemd-boot",
37-
"uefi-grub",
38-
"coreboot",
39-
"uboot-generic"
40-
]
41-
},
42-
"asahi": {
43-
"type": "object",
44-
"additionalProperties": false,
45-
"properties": {
46-
"m1n1Version": {"type": "string"},
47-
"ubootVersion": {"type": "string"},
48-
"efiVarsMutable": {"type": "boolean"},
49-
"rollbackTarget": {"type": ["string", "null"], "description": "NixOS store path of rollback generation; null when no prior generation exists"}
50-
}
51-
}
52-
}
53-
},
5428
"platforms": {"type": "array", "items": {"enum": ["apple-silicon", "uefi-x86_64", "uefi-aarch64", "generic-arm64"]}, "minItems": 1, "uniqueItems": true},
5529
"channels": {"type": "array", "items": {"enum": ["live", "installer", "recovery", "rollback", "rescue"]}, "minItems": 1, "uniqueItems": true},
5630
"artifacts": {"type": "array", "minItems": 1, "items": {"type": "object", "additionalProperties": false, "required": ["name", "role", "uri", "sha256"], "properties": {"name": {"type": "string"}, "role": {"enum": ["kernel", "initrd", "rootfs", "manifest", "bootloader", "recovery-image", "installer-data", "signature", "attestation", "tuf-metadata", "other"]}, "uri": {"type": "string", "format": "uri"}, "sha256": {"type": "string", "pattern": "^[a-fA-F0-9]{64}$"}, "sizeBytes": {"type": "integer", "minimum": 0}, "contentType": {"type": "string"}}}},

0 commit comments

Comments
 (0)