Publishing Schema

Publishes the schema with the provided (internal) schema ID onto IPFS, sends a message featuring IPFS CID into the corresponding Hedera topic.

PUT /schemas/push/{schemaId}/publish

Publishes the schema with the provided (internal) schema ID onto IPFS, sends a message featuring IPFS CID into the corresponding Hedera topic. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

schemaID*

String

Schema ID

Request Body

NameTypeDescription

*

String

Object that contains policy version.

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Task'
}

Last updated