René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7387b802-cd35-1ef2-8d54-17f8441fe823
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE7D6:3CCF88:4F199:65334:697FC9CB
html-safe-nonce8b59afe90a74f54f5b00083dec17544ec6d03867d3ff35f0aa04f7cb1b561ba5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFN0Q2OjNDQ0Y4ODo0RjE5OTo2NTMzNDo2OTdGQzlDQiIsInZpc2l0b3JfaWQiOiIyODMyMDQ4Nzg5MDQzMjY4MDQzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac96099195d0c13ce2681f64f13eee7239118f908af6441dd18e12f1bdc4ea1f1b
hovercard-subject-tagissue:3713348596
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/openapi-generators/openapi-python-client/1375/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4d23a25bee06ed5e7bd2cc7c0707adab158cd8d4c8554001f36511dcb23c5ea3/openapi-generators/openapi-python-client/issues/1375
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4d23a25bee06ed5e7bd2cc7c0707adab158cd8d4c8554001f36511dcb23c5ea3/openapi-generators/openapi-python-client/issues/1375
og:image:altDescribe 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepaulo-raca
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/openapi-generators/openapi-python-client git https://github.com/openapi-generators/openapi-python-client.git
octolytics-dimension-user_id84925606
octolytics-dimension-user_loginopenapi-generators
octolytics-dimension-repository_id240776275
octolytics-dimension-repository_nwoopenapi-generators/openapi-python-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id240776275
octolytics-dimension-repository_network_root_nwoopenapi-generators/openapi-python-client
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1375#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F1375
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F1375
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=openapi-generators%2Fopenapi-python-client
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1375
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1375
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1375
openapi-generators https://patch-diff.githubusercontent.com/openapi-generators
openapi-python-clienthttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Please reload this pagehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1375
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Fork 264 https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Star 1.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Code https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Issues 77 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues
Pull requests 13 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulls
Discussions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/discussions
Actions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/actions
Security 2 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/security
Insights https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulse
Code https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Issues https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues
Pull requests https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulls
Discussions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/discussions
Actions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/actions
Security https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/security
Insights https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/1375
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/1375
Attempted to generate duplicate models with name "TypenameFieldnameItem"https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1375#top
https://github.com/paulo-raca
https://github.com/paulo-raca
paulo-racahttps://github.com/paulo-raca
on Dec 10, 2025https://github.com/openapi-generators/openapi-python-client/issues/1375#issue-3713348596
https://github.com/openapi-generators/openapi-python-client/issues/new/choosehttps://github.com/openapi-generators/openapi-python-client/issues/new/choose
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.