https://example.com/autoDownloader/schemas/downloaders/NullDownloader.json
Fake downloader that doesn't do anything. Useful in case you're defining an item just to fetch URLs that are then handled via external scripts
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | NullDownloader.json |
object
(Null downloader)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | Null downloader |
type
-
is required
-
Type:
string
-
cannot be null
-
defined in: Null downloader
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"NullDownloader" |