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" } ]