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
...@@ -24,9 +24,11 @@ class SharedAssignmentHelper { ...@@ -24,9 +24,11 @@ class SharedAssignmentHelper {
}, },
result: { result: {
properties: { properties : {
container: { type: 'string' }, container: { type: 'string' }
volume : { 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