mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
JSON
{
|
|
"form": {
|
|
"title": "Set allowed algorithms",
|
|
"description": "Only the algorithms selected here will be allowed to run on your dataset. Uncheck all to remove any access to your dataset.",
|
|
"success": "🎉 Successfully updated. 🎉\n\nUpdates might not show up right away on your asset. In this case, wait some seconds and reload your asset details page in your browser.",
|
|
"error": "Updating DDO failed.",
|
|
"data": [
|
|
{
|
|
"name": "publisherTrustedAlgorithms",
|
|
"label": "Selected Algorithms",
|
|
"help": "Choose one or multiple algorithms you trust to allow them to run on this dataset.",
|
|
"type": "assetSelectionMultiple",
|
|
"multiple": true,
|
|
"options": [],
|
|
"sortOptions": false
|
|
},
|
|
{
|
|
"name": "allowAllPublishedAlgorithms",
|
|
"label": "All Algorithms",
|
|
"help": "Allow any published algorithm to run on this dataset.",
|
|
"type": "checkbox",
|
|
"options": ["Allow any published algorithm"]
|
|
}
|
|
]
|
|
}
|
|
}
|