0.0.2 • Published 5 months ago
@usf-org/zod v0.0.2
@usf-org/schema
Zod schema for USF.
Usage
import { Schema } from '@usf-org/schema'
const schema = Schema.safeParse({})
You also can use toJsonSchema
to get the JSON Schema of the schema.
import { toJsonSchema } from '@usf-org/schema'
const jsonSchema = toJsonSchema(Schema)