2018-11-20 20:47:30 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"download_path": { "type": "string"},
|
|
|
|
"browse_path": { "type": "string"},
|
|
|
|
"keep_path": { "type": "string"},
|
|
|
|
"expired": { "type": "boolean" },
|
2020-10-24 23:57:45 +05:30
|
|
|
"expire_at": { "type": "string", "format": "date-time" },
|
|
|
|
"locked": { "type": "boolean" }
|
2018-11-20 20:47:30 +05:30
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|