Hello! Like the title suggests, currently the schema suppors only the following fields
type SchemaTypeBox = {
params?: TSchema;
querystring?: TSchema;
body?: TSchema;
response: Record<number, TSchema>;
};
It would be nice to have also the headers fields in order to have type checking also for that
Hello! Like the title suggests, currently the schema suppors only the following fields
It would be nice to have also the
headersfields in order to have type checking also for that