object has no attribute 'is_array'
STOCKZE opened this issue · 0 comments
│ │
\lib\site-packages\datamodel_code_generator\parser\openapi.py:289 in parse_schema │
│ │
│ 286 │ │ obj: JsonSchemaObject, │
│ 287 │ │ path: List[str], │
│ 288 │ ) -> DataType: │
│ ❱ 289 │ │ if obj.is_array: │
│ 290 │ │ │ data_type: DataType = self.parse_array_fields( │
│ 291 │ │ │ │ name, obj, [*path, name], False │
│ 292 │ │ │ ).data_type │
│ │
│ │ self = <fastapi_code_generator.parser.OpenAPIParser object at 0x000001FD7DA71810> │ │
│ ╰───────────────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
AttributeError: 'NoneType' object has no attribute 'is_array'