diff --git a/server/schema/tale.py b/server/schema/tale.py index 0104316f..5ba7c33c 100644 --- a/server/schema/tale.py +++ b/server/schema/tale.py @@ -31,6 +31,11 @@ "type": ["string", "null"], "description": "The description of the Tale (Markdown)" }, + "status": { + "type": "integer", + "enum": [0, 1, 2], + "description": "Status of the tale import (Preparing, Ready, Error)" + }, "imageId": { "type": "string", "description": "ID of a WT Image used by the Tale"