Skip to content

Commit 703aaad

Browse files
committed
1 parent cb2233f commit 703aaad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/worker.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ const adjustProps = (schemaPart) => {
241241
const adjustSchema = (schema) => {
242242
const obj = schema[schema.type];
243243
delete obj.strict;
244+
delete obj.parameters?.$schema;
244245
return adjustProps(schema);
245246
};
246247

0 commit comments

Comments
 (0)