aries / net.globalid.aries.ledger.models / LedgerSchema

LedgerSchema

@JsonClass(true) data class LedgerSchema

Represents schema stored in cache or ledger

Constructors

<init>

Represents schema stored in cache or ledger

LedgerSchema(id: String, name: String, version: String, attributes: List<String>, jsonVersion: String)

Properties

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