mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 17:24:51 +01:00
108 lines
3.6 KiB
JSON
108 lines
3.6 KiB
JSON
{
|
|
"title": "Publish Data",
|
|
"description": "Highlight the important features of your data set to make it more discoverable and catch the interest of data consumers.",
|
|
"form": {
|
|
"title": "Publish",
|
|
"data": [
|
|
{
|
|
"name": "name",
|
|
"label": "Title",
|
|
"placeholder": "e.g. Shapes of Desert Plants",
|
|
"help": "Enter a concise title.",
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "description",
|
|
"label": "Description",
|
|
"help": "Add a thorough description with as much detail as possible. You can use [Markdown](https://daringfireball.net/projects/markdown/basics).",
|
|
"type": "textarea",
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "files",
|
|
"label": "Files",
|
|
"placeholder": "e.g. https://file.com/file.json",
|
|
"help": "Please provide a URL to your data set file.",
|
|
"type": "files",
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "access",
|
|
"label": "Access Type",
|
|
"help": "Choose how you want your files to be accessible for the specified price.",
|
|
"type": "select",
|
|
"options": ["Download", "Compute"],
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "price",
|
|
"label": "Price",
|
|
"type": "price",
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "author",
|
|
"label": "Author",
|
|
"placeholder": "e.g. Jelly McJellyfish",
|
|
"help": "Give proper attribution for your data set.",
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "copyrightHolder",
|
|
"label": "Copyright Holder",
|
|
"placeholder": "e.g. Marine Institute of Jellyfish"
|
|
},
|
|
{
|
|
"name": "tags",
|
|
"label": "Tags",
|
|
"placeholder": "e.g. logistics, ai",
|
|
"help": "Separate tags with comma."
|
|
},
|
|
{
|
|
"name": "license",
|
|
"label": "License",
|
|
"type": "select",
|
|
"options": [
|
|
"Public Domain",
|
|
"PDDL: Public Domain Dedication and License",
|
|
"ODC-By: Attribution License",
|
|
"ODC-ODbL: Open Database License",
|
|
"CDLA-Sharing: Community Data License Agreement",
|
|
"CDLA-Permissive: Community Data License Agreement",
|
|
"CC0: Public Domain Dedication",
|
|
"CC BY: Attribution 4.0 International",
|
|
"CC BY-SA: Attribution-ShareAlike 4.0 International",
|
|
"CC BY-ND: Attribution-NoDerivatives 4.0 International",
|
|
"CC BY-NC: Attribution-NonCommercial 4.0 International",
|
|
"CC BY-NC-SA: Attribution-NonCommercial-ShareAlike 4.0 International",
|
|
"CC BY-NC-ND: Attribution-NonCommercial-NoDerivatives 4.0 International",
|
|
"No License Specified"
|
|
],
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "termsAndConditions",
|
|
"label": "Terms & Conditions",
|
|
"type": "terms",
|
|
"options": ["I agree to these Terms and Conditions"],
|
|
"required": true
|
|
}
|
|
],
|
|
"success": "Asset Created!"
|
|
},
|
|
"price": {
|
|
"simple": {
|
|
"title": "Simple: Fixed",
|
|
"info": "Set your price for accessing this data set. A Data Token contract for this data set, worth the entered amount of OCEAN will be created."
|
|
},
|
|
"advanced": {
|
|
"title": "Advanced: Dynamic",
|
|
"info": "Let's create a decentralized, automated market for your data set. A Data Token contract for this data set worth the entered amount of OCEAN will be created. Additionally, you will provide liquidity into a Data Token/OCEAN liquidity pool with Balancer.",
|
|
"tooltips": {
|
|
"poolInfo": "Help me",
|
|
"liquidityProviderFee": "Help me"
|
|
}
|
|
}
|
|
}
|
|
}
|