Expand description
Daml JSON schema encoder.
Structs§
- Data
Dict - A data dictionary for augmenting the generated JSON Schema with
titleanddescriptionattributes. - Data
Dict Entry - A data item in the data dictionary.
- Json
Schema Encoder - Encode a
DamlArchiveas a JSON schema. - Schema
Encoder Config - JSON schema encoder configuration.
Enums§
- Reference
Mode - Control whether nested
DamlTyConare referenced or inlined. - Render
Description - Control which JSON schemas should include a
descriptionproperty. - Render
Schema - Control which JSON schemas should include a
$schemaproperty. - Render
Title - Control which JSON schemas should include a
titleproperty.