Skip to content

Commit

Permalink
Merge pull request #177 from bettyblocks/feat/add-any-off-key-to-outp…
Browse files Browse the repository at this point in the history
…ut-option-DT-3395

fix: remove inherit from allowed anyof types
  • Loading branch information
sventruschel authored Dec 13, 2023
2 parents c7354b8 + d16edc4 commit 9e19884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schemas/actions/function/option/types/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
"anyOf": [
{ "$ref": "#/definitions/base" },
{ "$ref": "#/definitions/collection" },
{ "$ref": "#/definitions/inherit" },
{ "$ref": "#/definitions/record" },
{ "$ref": "#/definitions/object" },
{ "$ref": "#/definitions/array" }
Expand Down

0 comments on commit 9e19884

Please sign in to comment.