Skip to main content

Module schema

Module schema 

Source
Expand description

Schema types — the in-memory representation of a parsed CSDL schema.

Structs§

FieldDef
Definition of a single field within a schema.
Schema
A parsed, validated schema definition. This is the in-memory representation of a CSDL file.
SchemaMeta
Metadata block attached to a schema.

Enums§

TrustLevel
Trust level assigned to a schema in the registry.

Traits§

SchemaRegistry
A thread-safe, read-only view of a schema registry. Concrete implementations live in chaincodec-registry.