Skip to main content

Read schema

GET 

/digital-wallet/schema/:schemaId

This endpoint allows the admin to read schema from the ledger.

Request

Path Parameters

    schemaId stringrequired

    Unique ID of schema

Responses

Response Headers
    Schema
      schema object
      ver string

      Node protocol version

      id string

      Schema identifier

      name string

      Schema name

      version string

      Schema version

      attrNames string[]

      Schema attribute names

      seqNo integer

      Schema sequence number

    Loading...