You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'generates validator schemas with metadata function',
962
-
},
963
-
{
964
-
config: createConfig({
965
-
input: 'validators.yaml',
966
-
output: 'validators-types',
967
-
plugins: ['valibot'],
968
-
}),
969
-
description: 'generates validator schemas with types',
970
-
},
971
-
{
972
-
config: createConfig({
973
-
input: 'validators-bigint-min-max.json',
974
-
output: 'validators-bigint-min-max',
975
-
plugins: ['valibot'],
976
-
}),
977
-
description: 'validator schemas with BigInt and min/max constraints',
978
-
},
979
-
{
980
-
config: createConfig({
981
-
input: 'validators-circular-ref.json',
982
-
output: 'validators-circular-ref',
983
-
plugins: ['valibot'],
984
-
}),
985
-
description: 'validator schemas with circular reference',
986
-
},
987
-
{
988
-
config: createConfig({
989
-
input: 'validators-circular-ref-2.yaml',
990
-
output: 'validators-circular-ref-2',
991
-
plugins: ['valibot'],
992
-
}),
993
-
description: 'validator schemas with circular reference 2',
994
-
},
995
-
{
996
-
config: createConfig({
997
-
input: 'validators-union-merge.json',
998
-
output: 'validators-union-merge',
999
-
plugins: ['valibot'],
1000
-
}),
1001
-
description: "validator schemas with merged unions (can't use .merge())",
1002
-
},
1003
-
{
1004
-
config: createConfig({
1005
-
input: 'integer-formats.yaml',
1006
-
output: 'integer-formats',
1007
-
plugins: ['valibot'],
1008
-
}),
1009
-
description:
1010
-
'generates validator schemas for all integer format combinations (number/integer/string types with int8, int16, int32, int64, uint8, uint16, uint32, uint64 formats)',
0 commit comments