@JsonClass(true) data class LedgerSchema
Represents schema stored in cache or ledger
<init> |
Represents schema stored in cache or ledger LedgerSchema(id: String, name: String, version: String, attributes: List<String>, jsonVersion: String) |
attributes |
is the list of attribute names val attributes: List<String> |
id |
is the schema id val id: String |
jsonVersion |
is the version of the schema json val jsonVersion: String |
name |
is the schema name val name: String |
version |
is the schema's version val version: String |