71433c5525
Start validating against the exciting JSON schema for the job controller JSON response. The JSON schema is not complete since there is quite a lot missing, this will be done in a separate issue.
11 lines
298 B
JSON
11 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
|
|
}
|