Files
chimera-gfx-Public/manifests/runtime/phase-0.9e-r-port9020-audit.schema.json
T
Chimera GFX release export a6037502d7
phase0-ci / build-and-audit (push) Successful in 2m14s
Publish Chimera GFX source
2026-09-03 03:27:14 +02:00

43 lines
1.2 KiB
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "phase-0.9e-r-port9020-audit.schema.json",
"type": "object",
"required": [
"schema_version",
"phase",
"status",
"release_commit",
"port_9020_classification",
"official_remote_js_loader",
"port_9021_relation",
"official_sender",
"phase09f_offline_design_allowed",
"authorization"
],
"properties": {
"schema_version": { "const": 1 },
"phase": { "const": "PHASE_0_9E_R_OFFICIAL_Y2JB_CORRELATION" },
"status": { "const": "DESIGN_ONLY" },
"release_commit": {
"const": "0dbbf4e7e0203af7e5d101a3256c634edf4e3ba2"
},
"port_9020_classification": {
"enum": [
"PORT_9020_IMPLEMENTATION_FOUND",
"PORT_9020_IMPLEMENTATION_PARTIAL",
"PORT_9020_REFERENCE_ONLY",
"PORT_9020_IMPLEMENTATION_ABSENT"
]
},
"port_9020_listener_found": { "const": false },
"official_remote_js_loader": { "type": "object" },
"port_9021_relation": { "type": "object" },
"official_sender": { "type": "object" },
"phase09f_offline_design_allowed": { "const": false },
"authorization": {
"type": "object",
"additionalProperties": { "const": false }
}
}
}