Skip to content

Commit

Permalink
add next to schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Oct 13, 2023
1 parent da63faf commit 54e613f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rasa/shared/core/flows/flows_yaml_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
},
"link": {
"type": "string"
},
"next": {
"$ref": "#$defs/next"
}
}
},
Expand Down Expand Up @@ -143,6 +146,9 @@
},
"id": {
"type": "string"
},
"next": {
"$ref": "#$defs/next"
}
}
},
Expand Down Expand Up @@ -174,6 +180,9 @@
},
"entry_prompt": {
"type": "string"
},
"next": {
"$ref": "#$defs/next"
}
}
}
Expand Down

0 comments on commit 54e613f

Please sign in to comment.