Write your own integration
If you want to use a validation library which is not supported by typed-api-spec
, you can write your own integration.
typed-api-spec provides a utility type DefineApiSpec
, DefineApiResponses
, and others for defining API specification schema with validation library.
TBW