mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Add Plasma Chiral Drag Witness receipt schema
This commit is contained in:
parent
a39d1b7a4f
commit
6c196e42ee
1 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "FAMM Plasma Chiral Drag Witness Receipt",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"receipt_type",
|
||||
"schema_version",
|
||||
"source_model",
|
||||
"inputs",
|
||||
"derived",
|
||||
"famm",
|
||||
"packet",
|
||||
"receipt_hash"
|
||||
],
|
||||
"properties": {
|
||||
"receipt_type": {"const": "famm_plasma_chiral_drag_witness_receipt"},
|
||||
"schema_version": {"type": "string"},
|
||||
"source_model": {"type": "string"},
|
||||
"inputs": {"type": "object"},
|
||||
"derived": {"type": "object"},
|
||||
"famm": {"type": "object"},
|
||||
"packet": {"type": "object"},
|
||||
"no_drift_boundary": {"type": "string"},
|
||||
"receipt_hash": {"type": "string"}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue