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
openAPI schema for WidgetDTO is missing the recursive use of widgets
Header Object has neither defined property schema nor content for /rules.
X-Atmosphere-Framework is not available as header parameter for operationId = "pollDataForPage" and operationId = "pollDataForPage", though it is used in getPageData.
Expected Behavior
A widget can contain widgets (for instance when using Frame in sitemap). Therefore widgetDTO schema needs this addition:
Should set schema or content. I got over my blocking issues with the below manual correction to the json file.
Also, in the same context I fixed a bug report by Apimatic "Simple style cannot be used with the current header type." Please note, I am not using the response and could therefore not check the validity for the response. The correction just got me over the build error.
The Header Object must define the type schema for the header using either the schema or content property. The former is used more commonly while the latter is recommended for more complex scenarios involving media types. However, at one time, only one of these properties must be present and not both.
The simple style can only be used when the type of the header is set as array i.e. it cannot be used for primitive or object types.
Currently requires a manual correction of the openAPI schema.
Current Behavior
Response from server does not match openAPI schema
swift-openapi-generator is blocked by this error
OpenAPI spec is incomplete
Steps to Reproduce (for Bugs)
use api-explorer
Context
Not able to generate api code with swift-openapi-generator
Your Environment
Version used: 4.2.0
The text was updated successfully, but these errors were encountered:
timbms
added
the
bug
An unexpected problem or unintended behavior of the Core
label
Aug 9, 2024
schema
norcontent
for/rules
.X-Atmosphere-Framework
is not available as header parameter foroperationId = "pollDataForPage"
andoperationId = "pollDataForPage"
, though it is used in getPageData.Expected Behavior
Also, in the same context I fixed a bug report by Apimatic "Simple style cannot be used with the current header type." Please note, I am not using the response and could therefore not check the validity for the response. The correction just got me over the build error.
Apimatic VSCode plugin gives this explanation:
Current Behavior
Steps to Reproduce (for Bugs)
use api-explorer
Context
Not able to generate api code with swift-openapi-generator
Your Environment
The text was updated successfully, but these errors were encountered: