Creating schemas is a two-step process. First, you must create the namespace which a schema will live under. A namespace contains a set of schemas that describe something in the same domain. For example the http://schema.futureverse.com/tnl
the namespace will contain the Boxer, Gloves
, HairStyle
and HairDye
schemas for The Next Legends.
We are creating a front-end experience to make this a lot easier instead of going through and making API calls.
A namespace can only be created if the namespace owner has been whitelisted under a domain.
This functionality is in development. In the meantime, please ask the Asset Register team for access to a namespace.
A valid SIWE token with a signature must be set as the Authorisation Header.
When you create a new schema under a pre-existing schema entity it will create a new version.
To create a schema it is the same as above. Ensure that the version is incremented by 1 otherwise, it will fail.