The current implementation of _build_pydantic_model_from_json_schema () does not support oneOf with discriminator, which is a standard OpenAPI / JSON Schema pattern for polymorphic objects.
The goal is to be able to quickly extract all the available information in the document to a python dictionay. The dictionay can then be stored in a database or a csv file (for a later Machine ...