From 3be17da0424f3d706e06ab17965082c45d6223d2 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 6 Mar 2025 20:18:57 -0800 Subject: [PATCH] Added package json_schema_import (#2993) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1e3bd16..bf02abd 100644 --- a/packages.json +++ b/packages.json @@ -34704,5 +34704,17 @@ "description": "An extension of `jsony` supporting better hooks, and type creation from schemas", "license": "MIT", "web": "https://github.com/thing-king/jsony_plus" + }, + { + "name": "json_schema_import", + "url": "https://github.com/Nycto/NimJsonSchemaImporter", + "method": "git", + "tags": [ + "json", + "schema" + ], + "description": "Converts JSON schema definitions to nim types", + "license": "MIT", + "web": "https://github.com/Nycto/NimJsonSchemaImporter" } ]