Changed name to command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -6,7 +6,7 @@ SUPPORTED_PROGRAM_STRUCTURE_VERSION = 1
|
||||
|
||||
|
||||
class CommandSchema(Schema):
|
||||
name = fields.Str(required=True)
|
||||
command = fields.Str(required=True)
|
||||
args = fields.Dict(required=True)
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user