Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.47 KB

fileprovider.md

File metadata and controls

66 lines (37 loc) · 2.47 KB

File provider Schema

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

File provider Type

object (File provider)

File provider Properties

Property Type Required Nullable Defined by
type string Required cannot be null File provider
path string Required cannot be null File provider

type

type

  • is required

  • Type: string

  • cannot be null

  • defined in: File provider

type Type

string

type Constraints

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

Value Explanation
"FileProvider"

path

Path to the file containing the URLs

path

  • is required

  • Type: string

  • cannot be null

  • defined in: File provider

path Type

string