Title: Attempted to generate duplicate models with name "TypenameFieldnameItem" · Issue #1375 · openapi-generators/openapi-python-client · GitHub
Open Graph Title: Attempted to generate duplicate models with name "TypenameFieldnameItem" · Issue #1375 · openapi-generators/openapi-python-client
X Title: Attempted to generate duplicate models with name "TypenameFieldnameItem" · Issue #1375 · openapi-generators/openapi-python-client
Description: Describe the bug I stumbled on a weirdly specific bug that causes the generator to attempt to generate duplicate models. Apparently we need: a OneOf type (A), which references an Object type (B) An object type (B) with an array-of-object...
Open Graph Description: Describe the bug I stumbled on a weirdly specific bug that causes the generator to attempt to generate duplicate models. Apparently we need: a OneOf type (A), which references an Object type (B) An...
X Description: Describe the bug I stumbled on a weirdly specific bug that causes the generator to attempt to generate duplicate models. Apparently we need: a OneOf type (A), which references an Object type (B) An...
Opengraph URL: https://github.com/openapi-generators/openapi-python-client/issues/1375
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Attempted to generate duplicate models with name \"TypenameFieldnameItem\"","articleBody":"**Describe the bug**\nI stumbled on a weirdly specific bug that causes the generator to attempt to generate duplicate models.\n\nApparently we need:\n- a OneOf type (A), which references an Object type (B)\n- An object type (B) with an array-of-object field\n- An Object type (C) for the array-of-object field\n- array-of-C and C must be declared inline inside B\n\n**OpenAPI Spec File**\n\nThis works\n```\nopenapi: 3.0.3\ninfo:\n title: Minimal example for error \"Attempted to generate duplicate models\"\n version: 1.0.0\n\ncomponents:\n schemas:\n Result:\n oneOf:\n - $ref: \"#/components/schemas/ResultA\"\n discriminator:\n propertyName: type\n mapping:\n \"A\": \"#/components/schemas/ResultA\"\n\n ResultA:\n type: object\n properties:\n things:\n type: array\n items:\n $ref: \"#/components/schemas/ResultAThingsItem\"\n\n ResultAThingsItem:\n type: object\n properties:\n name:\n type: string\n\npaths:\n /something:\n get:\n summary: Returns a list of users.\n responses:\n '200':\n description: A successful response returning the list of users.\n content:\n application/json:\n schema:\n $ref: '#/components/schemas/Result'\n```\n\nThis should be the same, but doesn't work:\n\n```\nopenapi: 3.0.3\ninfo:\n title: Minimal example for error \"Attempted to generate duplicate models\"\n version: 1.0.0\n\ncomponents:\n schemas:\n Result:\n oneOf:\n - $ref: \"#/components/schemas/ResultA\"\n discriminator:\n propertyName: type\n mapping:\n \"A\": \"#/components/schemas/ResultA\"\n\n ResultA:\n type: object\n properties:\n things:\n type: array\n items:\n type: object\n properties:\n name:\n type: string\n\npaths:\n /something:\n get:\n summary: Returns a list of users.\n responses:\n '200':\n description: A successful response returning the list of users.\n content:\n application/json:\n schema:\n $ref: '#/components/schemas/Result'\n\nOutput:\n```\n$ pipx run openapi-python-client generate --path=example.yaml --overwrite\nGenerating \u003c...\u003e/minimal-example-for-error-attempted-to-generate-duplicate-models-client\nWarning(s) encountered while generating. Client was generated, but some pieces may be missing\n\nWARNING parsing GET /something within default.\n\nCannot parse response for status code 200 (Could not find reference in parsed models or enums), response will be omitted from generated client\n\nReference(ref='#/components/schemas/Result')\n\n\nUnable to process schema /components/schemas/Result:\n\nAttempted to generate duplicate models with name \"ResultAThingsItem\"\n\nFailure to process schema has resulted in the removal of:\n/components/schemas/ResultA\n/components/schemas/Result\n\nSchema(title=None, multipleOf=None, maximum=None, exclusiveMaximum=None, minimum=None, exclusiveMinimum=None, maxLength=None, minLength=None, pattern=None, maxItems=None, minItems=None, uniqueItems=None, maxProperties=None, minProperties=None, required=None, enum=None, const=None, type=\u003cDataType.OBJECT: 'object'\u003e, allOf=[], oneOf=[], anyOf=[], schema_not=None, items=None, prefixItems=[], properties={'name': Schema(title=None, multipleOf=None, maximum=None, exclusiveMaximum=None, minimum=None, exclusiveMinimum=None, maxLength=None, minLength=None, pattern=None, maxItems=None, minItems=None, uniqueItems=None, maxProperties=None, minProperties=None, required=None, enum=None, const=None, type=\u003cDataType.STRING: 'string'\u003e, allOf=[], oneOf=[], anyOf=[], schema_not=None, items=None, prefixItems=[], properties=None, additionalProperties=None, description=None, schema_format=None, default=None, nullable=False, discriminator=None, readOnly=None, writeOnly=None, xml=None, externalDocs=None, example=None, deprecated=None)}, additionalProperties=None, description=None, schema_format=None, default=None, nullable=False, discriminator=None, readOnly=None, writeOnly=None, xml=None, externalDocs=None, example=None, deprecated=None)\n\nIf you believe this was a mistake or this tool is missing a feature you need, please open an issue at https://github.com/openapi-generators/openapi-python-client/issues/new/choose\n```\n\n\n**Desktop (please complete the following information):**\n - OS: Ubuntu 25.04\n - Python Version: 3.12.3\n - openapi-python-client version: 0.28.0\n","author":{"url":"https://github.com/paulo-raca","@type":"Person","name":"paulo-raca"},"datePublished":"2025-12-10T02:50:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1375/openapi-python-client/issues/1375"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7387b802-cd35-1ef2-8d54-17f8441fe823 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E7D6:3CCF88:4F199:65334:697FC9CB |
| html-safe-nonce | 8b59afe90a74f54f5b00083dec17544ec6d03867d3ff35f0aa04f7cb1b561ba5 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFN0Q2OjNDQ0Y4ODo0RjE5OTo2NTMzNDo2OTdGQzlDQiIsInZpc2l0b3JfaWQiOiIyODMyMDQ4Nzg5MDQzMjY4MDQzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 96099195d0c13ce2681f64f13eee7239118f908af6441dd18e12f1bdc4ea1f1b |
| hovercard-subject-tag | issue:3713348596 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/openapi-generators/openapi-python-client/1375/issue_layout |
| twitter:image | https://opengraph.githubassets.com/4d23a25bee06ed5e7bd2cc7c0707adab158cd8d4c8554001f36511dcb23c5ea3/openapi-generators/openapi-python-client/issues/1375 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/4d23a25bee06ed5e7bd2cc7c0707adab158cd8d4c8554001f36511dcb23c5ea3/openapi-generators/openapi-python-client/issues/1375 |
| og:image:alt | Describe the bug I stumbled on a weirdly specific bug that causes the generator to attempt to generate duplicate models. Apparently we need: a OneOf type (A), which references an Object type (B) An... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | paulo-raca |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| go-import | github.com/openapi-generators/openapi-python-client git https://github.com/openapi-generators/openapi-python-client.git |
| octolytics-dimension-user_id | 84925606 |
| octolytics-dimension-user_login | openapi-generators |
| octolytics-dimension-repository_id | 240776275 |
| octolytics-dimension-repository_nwo | openapi-generators/openapi-python-client |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 240776275 |
| octolytics-dimension-repository_network_root_nwo | openapi-generators/openapi-python-client |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width