refactor of repo
This commit is contained in:
3
kernel/proto/README.md
Normal file
3
kernel/proto/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Proto Artifacts
|
||||
|
||||
Machine-readable scaffolding for early implementations.
|
||||
14
kernel/proto/delegation_proof_schema.json
Normal file
14
kernel/proto/delegation_proof_schema.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "DelegationProof",
|
||||
"type": "object",
|
||||
"required": ["proof_id", "router_session", "request_id", "child_sessions", "spawn_event_ids", "child_output_event_ids"],
|
||||
"properties": {
|
||||
"proof_id": {"type": "string", "format": "uuid"},
|
||||
"router_session": {"type": "string"},
|
||||
"request_id": {"type": "string", "format": "uuid"},
|
||||
"child_sessions": {"type": "array", "items": {"type": "string"}},
|
||||
"spawn_event_ids": {"type": "array", "items": {"type": "string"}},
|
||||
"child_output_event_ids": {"type": "array", "items": {"type": "string"}}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user