You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"pages-deployment-id": {
"name": "pages_deployment_id",
"description": "The ID of the Pages deployment. You can also give the commit SHA of the deployment.",
"in": "path",
"required": true,
"schema": {
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
}
]
}
},
Right now, no model is generated for this. I think I kind of read something about this being new in OpenAPI 3.1 and was wondering if someone already started working on this. If not, how would you think it's best to approach this?
The text was updated successfully, but these errors were encountered:
The GitHub API has an operation with parameter which refers to a oneOf schema:
pages-deployment-id
beingRight now, no model is generated for this. I think I kind of read something about this being new in OpenAPI 3.1 and was wondering if someone already started working on this. If not, how would you think it's best to approach this?
The text was updated successfully, but these errors were encountered: