{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://pith.science/schemas/pith-open-graph-bundle/v1.json","title":"Pith Open Graph Bundle v1","type":"object","required":["bundle_type","bundle_version","pith_number","canonical_record","events","source_aliases","timestamp_proofs","mirror_hints","bundle_signature","merge_version","state"],"properties":{"bundle_type":{"const":"pith_open_graph_bundle"},"bundle_version":{"const":"1.0"},"pith_number":{"type":"string"},"canonical_record":{"type":"object"},"events":{"type":"array","items":{"$ref":"https://pith.science/schemas/pith-open-graph-event/v1.json"}},"source_aliases":{"type":"array","items":{"type":"object"}},"timestamp_proofs":{"type":"array","items":{"type":"object"}},"mirror_hints":{"type":"array","items":{"type":"object"}},"bundle_signature":{"type":"object"},"merge_version":{"type":"string"},"state":{"$ref":"https://pith.science/schemas/pith-open-graph-state/v1.json"}},"additionalProperties":true}