Giter Club home page Giter Club logo

Comments (7)

lfvjimisola avatar lfvjimisola commented on June 4, 2024

There might be other issues than the patternProperties.

from datamodel-code-generator.

lfvjimisola avatar lfvjimisola commented on June 4, 2024

The generator also fails to generate datamodels for the OpenAPI 3.1 JSON Schema.

Steps to reproduce:

#1 clone to get official JSON Schemas for OpenAPI Specification

git clone https://github.com/OAI/OpenAPI-Specification

#2 check that the JSON Schema is valid

check-jsonschema --verbose --schemafile "https://json-schema.org/draft/2020-12/schema" OpenAPI-Specification/schemas/v3.1/schema.json

 ok -- validation done
The following files were checked:
  OpenAPI-Specification/schemas/v3.1/schema.json

#3 run datamodel-codegen (fails)

datamodel-codegen --input-file-type jsonschema --input OpenAPI-Specification/schemas/v3.1/schema.json --output model.py

Error:

  File "/home/u30576/.local/lib/python3.10/site-packages/pydantic/main.py", line 509, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for JsonSchemaObject
patternProperties.^x-
  Input should be a valid dictionary or instance of JsonSchemaObject [type=model_type, input_value=True, input_type=bool]
    For further information visit https://errors.pydantic.dev/2.6/v/model_type

from datamodel-code-generator.

lfvjimisola avatar lfvjimisola commented on June 4, 2024

@koxudaxi With the risk of disturbing you, is there any other information needed?

If not, would you be able to confirm that this is a known issue or am I doing something wrong?
If it is a known issue, is this likely to be featured? How much work is it? Is it a good first issue?

from datamodel-code-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.