René's URL Explorer Experiment


Title: The requestBody declared with $ref is not generating json_body · Issue #595 · openapi-generators/openapi-python-client · GitHub

Open Graph Title: The requestBody declared with $ref is not generating json_body · Issue #595 · openapi-generators/openapi-python-client

X Title: The requestBody declared with $ref is not generating json_body · Issue #595 · openapi-generators/openapi-python-client

Description: Describe the bug If a requestBody is declared with a $ref, then no json_body property is generated. If the reference is inlined, then json_body is generated. To Reproduce Steps to reproduce the behaviour: Example schema: paths: "/objects...

Open Graph Description: Describe the bug If a requestBody is declared with a $ref, then no json_body property is generated. If the reference is inlined, then json_body is generated. To Reproduce Steps to reproduce the beh...

X Description: Describe the bug If a requestBody is declared with a $ref, then no json_body property is generated. If the reference is inlined, then json_body is generated. To Reproduce Steps to reproduce the beh...

Opengraph URL: https://github.com/openapi-generators/openapi-python-client/issues/595

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"The requestBody declared with $ref is not generating json_body","articleBody":"**Describe the bug**\r\nIf a `requestBody` is declared with a `$ref`, then no `json_body` property is generated. If the reference is inlined, then `json_body` is generated.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behaviour:\r\n1. Example schema:\r\n```yaml\r\n\r\npaths:\r\n  \"/objects\":\r\n    post:\r\n      operationId: object_create\r\n      requestBody:\r\n        $ref: \"#/components/requestBodies/Object\"\r\n\r\n\r\n```\r\n2. generated API is:\r\n```python\r\ndef sync_detailed(\r\n    *,\r\n    client: Client,\r\n) -\u003e Response[Object]:\r\n    \"\"\"\r\n    Returns:\r\n        Response[Object]\r\n    \"\"\"\r\n\r\n    kwargs = _get_kwargs(\r\n        client=client,\r\n    )\r\n\r\n    response = httpx.request(\r\n        verify=client.verify_ssl,\r\n        **kwargs,\r\n    )\r\n\r\n    return _build_response(response=response)\r\n```\r\n\r\n**Expected behavior**\r\nThe expected API should be:\r\n```python\r\ndef sync_detailed(\r\n    *,\r\n    client: Client,\r\n    json_body: Object,\r\n) -\u003e Response[Object]:\r\n    \"\"\"\r\n    Args:\r\n        json_body (Object):\r\n\r\n    Returns:\r\n        Response[Object]\r\n    \"\"\"\r\n\r\n    kwargs = _get_kwargs(\r\n        client=client,\r\n        json_body=json_body,\r\n    )\r\n\r\n    response = httpx.request(\r\n        verify=client.verify_ssl,\r\n        **kwargs,\r\n    )\r\n\r\n    return _build_response(response=response)\r\n```\r\n\r\n**OpenAPI Spec File**\r\n[test.yaml](https://gist.github.com/RockyMM/68de034f5f331e80f7fa831dd2a36086)\r\n\r\n","author":{"url":"https://github.com/RockyMM","@type":"Person","name":"RockyMM"},"datePublished":"2022-03-31T13:23:40.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/595/openapi-python-client/issues/595"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1600100e-2877-3e8b-0941-ab1da855821b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB8E4:53009:1135517:15A16B3:697F1432
html-safe-nonceaeab032dbbaa873f3b021e6d7f89272b78fc497db604d74f0751a96f1e1aab53
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOEU0OjUzMDA5OjExMzU1MTc6MTVBMTZCMzo2OTdGMTQzMiIsInZpc2l0b3JfaWQiOiIzODcyMTczNTc3NTk5OTE1MDU4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacc886c45176413c79c577798abae3cf0b04cde1262999665d116326e41980e0eb
hovercard-subject-tagissue:1188073941
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/595/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0c5d1cd4da6a8f824c2728a134ef7f198d66ccbd7ab098d17746ff9bf8fa46b3/openapi-generators/openapi-python-client/issues/595
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0c5d1cd4da6a8f824c2728a134ef7f198d66ccbd7ab098d17746ff9bf8fa46b3/openapi-generators/openapi-python-client/issues/595
og:image:altDescribe the bug If a requestBody is declared with a $ref, then no json_body property is generated. If the reference is inlined, then json_body is generated. To Reproduce Steps to reproduce the beh...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameRockyMM
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://github.com/openapi-generators/openapi-python-client/issues/595#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F595
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F595
Sign up https://github.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://github.com/openapi-generators/openapi-python-client/issues/595
Reloadhttps://github.com/openapi-generators/openapi-python-client/issues/595
Reloadhttps://github.com/openapi-generators/openapi-python-client/issues/595
openapi-generators https://github.com/openapi-generators
openapi-python-clienthttps://github.com/openapi-generators/openapi-python-client
Please reload this pagehttps://github.com/openapi-generators/openapi-python-client/issues/595
Notifications https://github.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Fork 264 https://github.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Star 1.9k https://github.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Code https://github.com/openapi-generators/openapi-python-client
Issues 77 https://github.com/openapi-generators/openapi-python-client/issues
Pull requests 13 https://github.com/openapi-generators/openapi-python-client/pulls
Discussions https://github.com/openapi-generators/openapi-python-client/discussions
Actions https://github.com/openapi-generators/openapi-python-client/actions
Security 2 https://github.com/openapi-generators/openapi-python-client/security
Insights https://github.com/openapi-generators/openapi-python-client/pulse
Code https://github.com/openapi-generators/openapi-python-client
Issues https://github.com/openapi-generators/openapi-python-client/issues
Pull requests https://github.com/openapi-generators/openapi-python-client/pulls
Discussions https://github.com/openapi-generators/openapi-python-client/discussions
Actions https://github.com/openapi-generators/openapi-python-client/actions
Security https://github.com/openapi-generators/openapi-python-client/security
Insights https://github.com/openapi-generators/openapi-python-client/pulse
New issuehttps://github.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/595
New issuehttps://github.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/595
#1056https://github.com/openapi-generators/openapi-python-client/pull/1056
#633https://github.com/openapi-generators/openapi-python-client/pull/633
The requestBody declared with $ref is not generating json_bodyhttps://github.com/openapi-generators/openapi-python-client/issues/595#top
#1056https://github.com/openapi-generators/openapi-python-client/pull/1056
#633https://github.com/openapi-generators/openapi-python-client/pull/633
🐞bugSomething isn't workinghttps://github.com/openapi-generators/openapi-python-client/issues?q=state%3Aopen%20label%3A%22%F0%9F%90%9Ebug%22
https://github.com/RockyMM
https://github.com/RockyMM
RockyMMhttps://github.com/RockyMM
on Mar 31, 2022https://github.com/openapi-generators/openapi-python-client/issues/595#issue-1188073941
test.yamlhttps://gist.github.com/RockyMM/68de034f5f331e80f7fa831dd2a36086
🐞bugSomething isn't workinghttps://github.com/openapi-generators/openapi-python-client/issues?q=state%3Aopen%20label%3A%22%F0%9F%90%9Ebug%22
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.