Parameters for creating a new schema with automatic IPFS upload.
This interface is used with the high-level schemas.create() method which automatically uploads the schema definition to IPFS and registers it on-chain.
schemas.create()
The name of the schema
The dialect of the schema (e.g., 'json' or 'sqlite')
The schema definition object or JSON string
Parameters for creating a new schema with automatic IPFS upload.
Remarks
This interface is used with the high-level
schemas.create()method which automatically uploads the schema definition to IPFS and registers it on-chain.