Skip to content

Commit 2216600

Browse files
committed
fix: Allow additional properties in input schema for components
Signed-off-by: Eden Reich <[email protected]>
1 parent e590786 commit 2216600

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ components:
722722
type: "string"
723723
description: "Path to the file to read"
724724
required: ["file_path"]
725+
additionalProperties: true
725726
required:
726727
- name
727728
- description

src/types/generated/index.ts

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)