Skip to content
Merged
4 changes: 4 additions & 0 deletions api/types/run/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ export default {
items: {
$ref: 'https://github.com/data-fair/processings/permission'
}
},
deleteOnComplete: {
type: 'boolean',
description: 'If true, the run will be automatically deleted after completion'
}
}
}
Loading