Skip to content

Commit

Permalink
fix: remove inherit from allowed anyof types
Browse files Browse the repository at this point in the history
  • Loading branch information
sventruschel committed Dec 13, 2023
1 parent bf937e7 commit d16edc4
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 d16edc4

Please sign in to comment.