We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b48ac commit 52a5116Copy full SHA for 52a5116
src/labthings/server/schema.py
@@ -88,6 +88,11 @@ class ActionSchema(Schema):
88
# TODO: Make a proper log schema
89
log = fields.List(fields.Dict())
90
91
+ # Dump unformatted input and output
92
+ # Function-level marshal_with will handle formatting
93
+ output = fields.Field()
94
+ input = fields.Field()
95
+
96
href = fields.String()
97
links = fields.Dict()
98
0 commit comments