Replies: 4 comments 1 reply
|
@nehaghub - Did this ever work with apigee? For this type of inquiry you are missing a lot of baseline information that could help this call. |
0 replies
|
This is the repository for the OpenAPI specification; we have no control over what tools do. Please open an issue with your tooling provider. |
0 replies
|
Thanks for your quick responses. |
1 reply
|
Thank you for this. This will help. Thanks all for your understanding and support. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Saving proxy in apigee fails with "bundle contains errors" when request-payload-schema.json is referenced via $ref from the main OAS YAML using a JSON pointer fragment.
Error: error unmarshaling JSON: while decoding JSON: failed to unmarshal property "components" (*openapi3.Components): failed to unmarshal property "schemas" (*openapi3.Schemas): failed to unmarshal extension properties: json: cannot unmarshal string into Go value of type map[string]jsontext.Value ("./request-payload-schema.json#/components/schemas/ServiceContractRequest")
Expected: OASValidation should resolve the $ref and validate successfully.
Actual: Proxy revision fails to save with bundle validation error.
All reactions