Skip to content

Commit

Permalink
docs: add schema v0 (#805)
Browse files Browse the repository at this point in the history
generated using script in guppy here:
https://github.com/CQCL-DEV/guppy/blob/main/scripts/generate_schema.py

then cleaned up by hand

will in future be replaced by pydantic model in external shared data
models repository
  • Loading branch information
ss2165 authored Jan 12, 2024
1 parent b7c9c7c commit cee16b4
Show file tree
Hide file tree
Showing 3 changed files with 1,713 additions and 1 deletion.
2 changes: 1 addition & 1 deletion specification/hugr.md
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ conversion to/from the binary serialised form.
We propose the following simple serialized structure, expressed here in
pseudocode, though we advocate MessagePack format in practice (see
[Serialization implementation](serialization.md)).
[Serialization implementation](schema/serialization.md)).
Note in particular that hierarchical relationships
have a special encoding outside `edges`, as a field `parent`
in a node definition.
Expand Down
Loading

0 comments on commit cee16b4

Please sign in to comment.