You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: biothings/hub/dataplugin/loaders/schema/manifest.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,10 @@
143
143
"disabled": {
144
144
"type": "boolean",
145
145
"description": "If true, then the dumper will not be run. This is useful for testing purposes or if you want to disable the dumper without removing it from the manifest"
146
+
},
147
+
"class": {
148
+
"type": "string",
149
+
"description": "Reference to a locally defined dumper class. Format: 'module:class_name'"
146
150
}
147
151
},
148
152
"required": [
@@ -264,7 +268,11 @@
264
268
"examples": [
265
269
"parallelizer:parallel_jobs"
266
270
]
267
-
}
271
+
},
272
+
"class": {
273
+
"type": "string",
274
+
"description": "Reference to a locally defined uploader class. Format: 'module:class_name'"
0 commit comments