12 lines
335 B
JSON
12 lines
335 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"download_path": { "type": "string"},
|
|
"browse_path": { "type": "string"},
|
|
"keep_path": { "type": "string"},
|
|
"expired": { "type": "boolean" },
|
|
"expire_at": { "type": "string", "format": "date-time" },
|
|
"locked": { "type": "boolean" }
|
|
},
|
|
"additionalProperties": false
|
|
}
|