12 lines
298 B
JSON
12 lines
298 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" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|