DB DAO
Connect Wallet
Home
Mint a DB
Explore DBs
Lightpaper
Videos
News
Contact
Jobs
Mint a database on any subject for free.
Database Name
Row Deposit (Wei)
The amount someone has to
deposit
while their row is under review.
Schema
{"title":"Files","type":"object","properties":{"file":{"type":"string","format":"data-url","title":"Single file"}}}
The schema prop expects a
JSON Schema value
describing the underlying data for the form.
UI Schema
{"filesAccept":{"ui:options":{"accept":".pdf"}}}
The uischema is JSON describing the layout of the form
layout of the form
. It can contain different UI schema elements, such as layouts and controls.
Data
{}
The data prop represents
an object
containing the data to be rendered by default in the form.
Mint