diff --git a/formats/instruction_set.py b/formats/instruction_set.py index 0dc59d086b37affa4c891a9040c40d7eb6e23847..7a923087e861b626c397b3dcb59b3fdaacbc74ad 100644 --- a/formats/instruction_set.py +++ b/formats/instruction_set.py @@ -20,7 +20,7 @@ config_file_schema = { "type": "string", "description": "MIME type", "example": "text/plain", - } + }, }, "required": ["name", "content"], } @@ -41,7 +41,7 @@ instruction_set_schema = { "files": { "type": "array", "items": config_file_schema, - }, + }, }, "required": [ "message_type",