diff --git a/rasa/shared/core/flows/flows_yaml_schema.json b/rasa/shared/core/flows/flows_yaml_schema.json index 381f387417f8..e0a812361c20 100644 --- a/rasa/shared/core/flows/flows_yaml_schema.json +++ b/rasa/shared/core/flows/flows_yaml_schema.json @@ -98,6 +98,9 @@ }, "link": { "type": "string" + }, + "next": { + "$ref": "#$defs/next" } } }, @@ -143,6 +146,9 @@ }, "id": { "type": "string" + }, + "next": { + "$ref": "#$defs/next" } } }, @@ -174,6 +180,9 @@ }, "entry_prompt": { "type": "string" + }, + "next": { + "$ref": "#$defs/next" } } }