Shared Defs

Description

Common type definitions shared across the Hypercerts ecosystem. Defines reusable data types like URIs, blobs, and images with specific size constraints.

Lexicon

Lexicon ID: org.hypercerts.defs

DefTypeDescriptionComments
uriobjectObject containing a URI to external dataHas uri property (string, format uri)
smallBlobobjectObject containing a blob to external dataHas blob property (blob, up to 10MB)
largeBlobobjectObject containing a blob to external dataHas blob property (blob, up to 100MB)
smallImageobjectObject containing a small imageHas image property (blob, up to 5MB)
largeImageobjectObject containing a large imageHas image property (blob, up to 10MB)