https://example.com/autoDownloader/schemas/providers/FileProvider.json
Read URLs from a text file, one per line. The file is not emptied, so on the next run the same URLs will be returned.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | FileProvider.json |
object
(File provider)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | File provider |
path | string |
Required | cannot be null | File provider |
type
-
is required
-
Type:
string
-
cannot be null
-
defined in: File provider
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"FileProvider" |
Path to the file containing the URLs
path
-
is required
-
Type:
string
-
cannot be null
-
defined in: File provider
string