Trust Registry Schemas
Get Trust Registry schemas
Returns the Trust Registry schemas
GEThttps://api-testnet.dock.io/trust-registries/{registryId}/schemas
Path parameters
registryId*string
A trust registry id
Query parameters
Response
List of schemas in the trust registry
Body
total*integer
Total number of schemas
200
list*array of TrustRegistrySchema (object)
Request
Response
Creates or updates a price for a schema ID with given currency and digits on a per issuer basis
POSThttps://api-testnet.dock.io/trust-registries/{registryId}/schemas/{schemaId}/price
Path parameters
registryId*string
A trust registry id
schemaId*string
A schema id
Body
Schema price metadata
currency*string
Currency code
"USD"
digits*one of
Bigint representation of the price. Multiply by 1,000,000 to support fractional cents.
100000000
verifierDID (string)
DID as fully qualified, typically. did:dock:
"did:dock:xyz"
Response
Trust Registry schema price has been updated
Request
Response
Last updated