fix: enums derivable from code

This commit is contained in:
Ruben Fiszel
2024-06-13 08:22:44 +02:00
parent c6a74739aa
commit a5fb80a9ce
-5
View File
@@ -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'