René's URL Explorer Experiment


Title: [Bug]: No casting applied if type is object · Issue #800 · python-openapi/openapi-core · GitHub

Open Graph Title: [Bug]: No casting applied if type is object · Issue #800 · python-openapi/openapi-core

X Title: [Bug]: No casting applied if type is object · Issue #800 · python-openapi/openapi-core

Description: Actual Behavior When validating a request, I get a different validation error depending on the structure of the schema. If I have the following schema: Pet: type: object # <-- this causes the difference properties: id: type: integer Pet2...

Open Graph Description: Actual Behavior When validating a request, I get a different validation error depending on the structure of the schema. If I have the following schema: Pet: type: object # <-- this causes the diffe...

X Description: Actual Behavior When validating a request, I get a different validation error depending on the structure of the schema. If I have the following schema: Pet: type: object # <-- this causes the di...

Opengraph URL: https://github.com/python-openapi/openapi-core/issues/800

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: No casting applied if type is object","articleBody":"### Actual Behavior\n\nWhen validating a request, I get a different validation error depending on the structure of the schema.\r\n\r\nIf I have the following schema:\r\n```yaml\r\nPet:\r\n  type: object  # \u003c-- this causes the difference\r\n  properties:\r\n    id:\r\n      type: integer\r\nPet2:\r\n  allOf:\r\n    - properties:\r\n        id:\r\n          type: integer\r\n```\r\nand send a request with body `{\"id\": \"hello\"}`,\r\n\r\nwith the first schema I get:\r\n```\r\nopenapi_core.casting.schemas.exceptions.CastError: Failed to cast value to integer type: hello\r\n```\r\nwhereas in the second one I get:\r\n```\r\nopenapi_core.validation.schemas.exceptions.InvalidSchemaValue: Value {'id': 'hello'} not valid for schema of type any: (\u003cValidationError: \"'hello' is not of type 'integer'\"\u003e,)\r\n```\n\n### Expected Behavior\n\nThese schemas are equivalent, and as such I expected to get the same error. Specifically, I expected the validation error in both cases rather than the casting error as I asked for request validation.\r\nAlso, removing the `type: object` in the first schema seems to bypass casting entirely and leads to the same validation error as the second schema.\n\n### Steps to Reproduce\n\n\u003cdetails\u003e\r\n\u003csummary\u003eschema.yaml\u003c/summary\u003e\r\n\r\n```yaml\r\nopenapi: \"3.0.0\"\r\ninfo:\r\n  title: \"Sample API\"\r\n  version: \"1.0.0\"\r\nservers:\r\n  - url: /\r\npaths:\r\n  /pets:\r\n    post:\r\n      summary: Create a pet\r\n      operationId: createPet\r\n      requestBody:\r\n        content:\r\n          application/json:\r\n            schema:\r\n              $ref: \"#/components/schemas/Pet\"\r\n      responses:\r\n        '201':\r\n          description: Created\r\n          content:\r\n            application/json:\r\n              schema:\r\n                $ref: \"#/components/schemas/Pet\"\r\n  /pets2:\r\n    post:\r\n      summary: Create a pet\r\n      operationId: createPet2\r\n      requestBody:\r\n        content:\r\n          application/json:\r\n            schema:\r\n              $ref: \"#/components/schemas/Pet2\"\r\n      responses:\r\n        '201':\r\n          description: Created\r\n          content:\r\n            application/json:\r\n              schema:\r\n                $ref: \"#/components/schemas/Pet\"\r\ncomponents:\r\n  schemas:\r\n    Pet:\r\n      type: object  # \u003c-- this causes the difference\r\n      properties:\r\n        id:\r\n          type: integer\r\n    Pet2:\r\n      allOf:\r\n        - properties:\r\n            id:\r\n              type: integer\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\n```python\r\nimport json\r\nimport traceback\r\nimport openapi_core\r\nfrom openapi_core.contrib.starlette import StarletteOpenAPIRequest\r\nfrom starlette.requests import Request\r\n\r\n\r\ndef starlette_request(path: str):\r\n    return Request({\r\n        \"type\": \"http\",\r\n        \"method\": \"POST\",\r\n        \"path\": path,\r\n        \"headers\": [(b\"content-type\", b\"application/json\")],\r\n        \"query_string\": \"\",\r\n    })\r\n\r\n\r\nbody = json.dumps({\"id\": \"hello\"})\r\n\r\nopenapi = openapi_core.OpenAPI.from_file_path(\"schema.yaml\")\r\ntry:\r\n    openapi.validate_request(\r\n        StarletteOpenAPIRequest(starlette_request(\"/pets\"), body=body)\r\n    )\r\nexcept openapi_core.exceptions.OpenAPIError:\r\n    traceback.print_exc()\r\n\r\ntry:\r\n    openapi.validate_request(\r\n        StarletteOpenAPIRequest(starlette_request(\"/pets2\"), body=body)\r\n    )\r\nexcept openapi_core.exceptions.OpenAPIError:\r\n    traceback.print_exc()\r\n```\n\n### OpenAPI Core Version\n\n0.19.0\n\n### OpenAPI Core Integration\n\nstarlette\n\n### Affected Area(s)\n\ncasting, validation\n\n### References\n\n_No response_\n\n### Anything else we need to know?\n\n_No response_\n\n### Would you like to implement a fix?\n\nNone","author":{"url":"https://github.com/jonathanberthias","@type":"Person","name":"jonathanberthias"},"datePublished":"2024-03-01T09:44:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/800/openapi-core/issues/800"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:747ba6f1-8d97-32bc-bf81-62ed4be93393
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id96D2:11BAEC:D419BA:1231F4E:6977659B
html-safe-nonce5d19cea83a8a07a78d0ae4f55ab02337dd5c58215abede4935ba8598ba69d885
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NkQyOjExQkFFQzpENDE5QkE6MTIzMUY0RTo2OTc3NjU5QiIsInZpc2l0b3JfaWQiOiI2MjE5MTMwMTk1NjEzODAzOTMxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac847d68b02610c65e2da6a0cafcc1157721e743d3a65e6a6de56cc0720eaff7ff
hovercard-subject-tagissue:2163009736
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/python-openapi/openapi-core/800/issue_layout
twitter:imagehttps://opengraph.githubassets.com/64d70ab82377e05f46257abc6699b5373a8e597e8815bc4285035e63f94c4f70/python-openapi/openapi-core/issues/800
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/64d70ab82377e05f46257abc6699b5373a8e597e8815bc4285035e63f94c4f70/python-openapi/openapi-core/issues/800
og:image:altActual Behavior When validating a request, I get a different validation error depending on the structure of the schema. If I have the following schema: Pet: type: object # <-- this causes the diffe...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejonathanberthias
hostnamegithub.com
expected-hostnamegithub.com
None425384cc392ce2ddd1a7a0c1e7043ab4192d4c04452a2ed7f2f38d2fa9293b5a
turbo-cache-controlno-preview
go-importgithub.com/python-openapi/openapi-core git https://github.com/python-openapi/openapi-core.git
octolytics-dimension-user_id126442889
octolytics-dimension-user_loginpython-openapi
octolytics-dimension-repository_id104200746
octolytics-dimension-repository_nwopython-openapi/openapi-core
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id104200746
octolytics-dimension-repository_network_root_nwopython-openapi/openapi-core
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
release72de26f7ca9bdb0559ebf1e63e6c685ee2c520ce
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-openapi/openapi-core/issues/800#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-openapi%2Fopenapi-core%2Fissues%2F800
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%2Fpython-openapi%2Fopenapi-core%2Fissues%2F800
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=python-openapi%2Fopenapi-core
Reloadhttps://github.com/python-openapi/openapi-core/issues/800
Reloadhttps://github.com/python-openapi/openapi-core/issues/800
Reloadhttps://github.com/python-openapi/openapi-core/issues/800
python-openapi https://github.com/python-openapi
openapi-corehttps://github.com/python-openapi/openapi-core
Please reload this pagehttps://github.com/python-openapi/openapi-core/issues/800
Notifications https://github.com/login?return_to=%2Fpython-openapi%2Fopenapi-core
Fork 136 https://github.com/login?return_to=%2Fpython-openapi%2Fopenapi-core
Star 356 https://github.com/login?return_to=%2Fpython-openapi%2Fopenapi-core
Code https://github.com/python-openapi/openapi-core
Issues 74 https://github.com/python-openapi/openapi-core/issues
Pull requests 13 https://github.com/python-openapi/openapi-core/pulls
Discussions https://github.com/python-openapi/openapi-core/discussions
Actions https://github.com/python-openapi/openapi-core/actions
Projects 0 https://github.com/python-openapi/openapi-core/projects
Security 0 https://github.com/python-openapi/openapi-core/security
Insights https://github.com/python-openapi/openapi-core/pulse
Code https://github.com/python-openapi/openapi-core
Issues https://github.com/python-openapi/openapi-core/issues
Pull requests https://github.com/python-openapi/openapi-core/pulls
Discussions https://github.com/python-openapi/openapi-core/discussions
Actions https://github.com/python-openapi/openapi-core/actions
Projects https://github.com/python-openapi/openapi-core/projects
Security https://github.com/python-openapi/openapi-core/security
Insights https://github.com/python-openapi/openapi-core/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-openapi/openapi-core/issues/800
New issuehttps://github.com/login?return_to=https://github.com/python-openapi/openapi-core/issues/800
[Bug]: No casting applied if type is objecthttps://github.com/python-openapi/openapi-core/issues/800#top
kind/bugIndicates an issuehttps://github.com/python-openapi/openapi-core/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
https://github.com/jonathanberthias
https://github.com/jonathanberthias
jonathanberthiashttps://github.com/jonathanberthias
on Mar 1, 2024https://github.com/python-openapi/openapi-core/issues/800#issue-2163009736
kind/bugIndicates an issuehttps://github.com/python-openapi/openapi-core/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%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.