43 lines
1.2 KiB
JSON
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 }
|
|
}
|
|
}
|
|
}
|