Skip to content

Commit

Permalink
feat: add state to frame/validate
Browse files Browse the repository at this point in the history
  • Loading branch information
manan19 committed Feb 28, 2024
1 parent 195a011 commit 08a7759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,6 @@ components:
required:
- name
- pages

ValidatedFrameAction:
type: object
required:
Expand All @@ -1176,6 +1175,8 @@ components:
$ref: "#/components/schemas/FrameActionButton"
input:
$ref: "#/components/schemas/FrameInput"
state:
$ref: "#/components/schemas/FrameState"
cast:
$ref: "#/components/schemas/CastWithInteractions"
timestamp:
Expand Down

0 comments on commit 08a7759

Please sign in to comment.