{ "form": { "title": "Set allowed algorithms", "description": "Only the algorithms selected here will be allowed to run on your data set. Uncheck all to remove any access to your data set.", "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 data set.", "type": "assetSelectionMultiple", "multiple": true, "options": [], "sortOptions": false }, { "name": "allowAllPublishedAlgorithms", "label": "All Algorithms", "help": "Allow any published algorithm to run on this data set.", "type": "checkbox", "options": ["Allow any published algorithm"] } ] } }