Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 2.08 KB

nulldownloader.md

File metadata and controls

47 lines (27 loc) · 2.08 KB

Null downloader Schema

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

Null downloader Type

object (Null downloader)

Null downloader Properties

Property Type Required Nullable Defined by
type string Required cannot be null Null downloader

type

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"NullDownloader"