Skip to content
Snippets Groups Projects
Commit 8bdbef31 authored by michael.minelli's avatar michael.minelli
Browse files

AssignmentHelper => Adapt to optional volume field

parent 80820496
Branches
Tags
No related merge requests found
......@@ -25,7 +25,9 @@ class SharedAssignmentHelper {
result: {
properties : {
container: { type: 'string' },
container: { type: 'string' }
},
optionalProperties: {
volume: { type: 'string' }
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment