Represents a record in an Arvo contract, containing a type identifier and its validation schema.
The type identifier for the record, must be a string type
The Zod schema used for validation, must be a Zod type
The Zod schema used for validating data associated with this record
The type identifier for this record
Represents a record in an Arvo contract, containing a type identifier and its validation schema.