{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"}],"enrichment":{"capability":"Converts JSON Schema definitions into Pydantic model classes, enabling you to generate type-safe data validation models directly from schema specifications.","skillfed_tags":["schema-generation","pydantic-tooling"],"use_cases":["Generate Pydantic models from OpenAPI or JSON Schema specifications without manual class definition.","Automate model creation in code-generation pipelines where schemas are the source of truth.","Quickly prototype data validation layers when you have a schema but no corresponding Python types.","Convert third-party JSON Schemas into Pydantic models for local validation and type safety."],"what_it_does":"jsonschema-pydantic is a lightweight utility that takes a JSON Schema object and generates a Pydantic model class from it. It handles common schema patterns\u2014primitive types, objects, arrays, nesting, optional fields, and defaults\u2014and outputs a ready-to-use Pydantic model for data validation. The package sits between schema definition and model instantiation, eliminating the need to hand-write Pydantic classes when you already have a schema.\n\nThe package depends only on pydantic and installs with no friction. However, it is dormant: the last commit was in February 2024, and there have been no releases or updates since. If you need active maintenance, bug fixes, or support for newer Pydantic versions or advanced schema features, this package may not be a reliable choice.","worth_installing":"Yes, if you have a specific need to convert JSON Schemas to Pydantic models and can tolerate dormant maintenance. The package is simple, has low install friction, and carries no known vulnerabilities. However, verify Python and Pydantic version compatibility first, and be aware that no active support is available. Not recommended if you need ongoing updates or rely on cutting-edge Pydantic features."},"id":"jsonschema-pydantic","links":{"html":"https://skillfed.io/packages/jsonschema-pydantic","md":"https://skillfed.io/packages/jsonschema-pydantic.md","pypi":"https://pypi.org/project/jsonschema-pydantic/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-02-03","license_spdx":null,"license_treatment":"unclear","name":"jsonschema-pydantic","python_support":"unspecified","summary":"Convert JSON Schemas to Pydantic models"},"popularity":{"monthly_downloads":202100,"position":9653,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6"}
