19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"type": "object",
|
|
"required": ["artifacts"],
|
|
"properties": {
|
|
"artifacts": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": { "type": "string" },
|
|
"expire_at": { "type": ["string", "null"], "format": "date-time" },
|
|
"expired": { "type": "boolean" },
|
|
"path": { "type": "string" }
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|