diff --git a/frontend/src/lib/inferArgSig.ts b/frontend/src/lib/inferArgSig.ts index a06d819b57..2c34844388 100644 --- a/frontend/src/lib/inferArgSig.ts +++ b/frontend/src/lib/inferArgSig.ts @@ -69,10 +69,6 @@ export function argSigToJsonSchemaType( const preservedFields = [ 'description', 'pattern', - 'default', - 'enum', - 'format', - 'items', 'min', 'max', 'currency', @@ -83,7 +79,6 @@ export function argSigToJsonSchemaType( 'showExpr', 'password', 'order', - 'nullable', 'dateFormat', 'title', 'placeholder'