Module schema_encoder

Module schema_encoder 

Source
Expand description

Daml JSON schema encoder.

Structs§

DataDict
A data dictionary for augmenting the generated JSON Schema with title and description attributes.
DataDictEntry
A data item in the data dictionary.
JsonSchemaEncoder
Encode a DamlArchive as a JSON schema.
SchemaEncoderConfig
JSON schema encoder configuration.

Enums§

ReferenceMode
Control whether nested DamlTyCon are referenced or inlined.
RenderDescription
Control which JSON schemas should include a description property.
RenderSchema
Control which JSON schemas should include a $schema property.
RenderTitle
Control which JSON schemas should include a title property.