@ty-ras/metadata-jsonschema-zod
v2.0.1
Published
[![Coverage](https://codecov.io/gh/ty-ras/data-zod/branch/main/graph/badge.svg?flag=metadata-jsonschema)](https://codecov.io/gh/ty-ras/data-zod)
Downloads
2
Readme
Typesafe REST API Specification - Zod to JSON Schema Transformer
This folder contains library which contains types and functionality which supports transforming Zod
data validation objects into JSON Schema.
This is particularly useful when doing automatic OpenAPI Specification Document
generation using @ty-ras/metadata-openapi
library.
The library is basically a thin wrapper around call to zod-to-json-schema library, just within TyRAS context.