zod-to-json-schema
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>zod-to-json-schema</artifactId> <version>3.24.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>zod-to-json-schema</artifactId> <version>3.24.6</version> <name>zod-to-json-schema</name> <description>Converts Zod schemas to Json Schemas</description> <url>https://github.com/StefanTerdell/zod-to-json-schema#readme</url> <organization> <name>Stefan Terdell</name> <url>https://github.com/StefanTerdell/zod-to-json-schema#readme</url> </organization> <licenses> <license> <name>ISC</name> </license> </licenses> <developers> <developer> <name>stefan-terdell</name> <email>stefan.terdell+npm@proton.me</email> </developer> </developers> <scm> <connection>https://github.com/StefanTerdell/zod-to-json-schema.git</connection> <developerConnection>https://github.com/StefanTerdell/zod-to-json-schema.git</developerConnection> <url>https://github.com/StefanTerdell/zod-to-json-schema</url> </scm> <issueManagement> <url>https://github.com/StefanTerdell/zod-to-json-schema/issues</url> </issueManagement> <properties> <org.mvnpm-zod.version>[3.24.1,4)</org.mvnpm-zod.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>zod</artifactId> <version>${org.mvnpm-zod.version}</version> </dependency> </dependencies> </project>