@graphql-mesh/container@0.1.128
Patch Changes
- Updated dependencies []:
- @graphql-mesh/json-schema@0.30.7
@graphql-mesh/json-schema@0.30.7
Patch Changes
@graphql-mesh/new-openapi@0.5.11
Patch Changes
@graphql-mesh/raml@0.4.10
Patch Changes
- Updated dependencies []:
- @omnigraph/raml@0.5.62
json-machete@0.11.0
Minor Changes
-
#4241
669abf58f
Thanks @ardatan! - ## New debug logging forhealJSONSchema
JSON Schema loader tries to fix your JSON Schema while creating a final bundle for Mesh. Usually it works and it has a chance to have a different result rather than you expect. In the long term, if you don't fix your JSON Schema, you might get different results once the internals ofhealJSONSchema
is changed.In order to see which parts of your schema need to be fixed, you can enable the debug mode with
DEBUG=healJSONSchema
environment variable.New debug details in the field descriptions with
DEBUG=fieldDetails
Now you can see which operation has which HTTP request details in the field description with the new debug mode.
@omnigraph/json-schema@0.25.0
Minor Changes
-
#4241
669abf58f
Thanks @ardatan! - ## New debug logging forhealJSONSchema
JSON Schema loader tries to fix your JSON Schema while creating a final bundle for Mesh. Usually it works and it has a chance to have a different result rather than you expect. In the long term, if you don't fix your JSON Schema, you might get different results once the internals ofhealJSONSchema
is changed.In order to see which parts of your schema need to be fixed, you can enable the debug mode with
DEBUG=healJSONSchema
environment variable.New debug details in the field descriptions with
DEBUG=fieldDetails
Now you can see which operation has which HTTP request details in the field description with the new debug mode.
Patch Changes
- #4239
755d3d487
Thanks @ardatan! - - Set response type to "String" if the response content type is "text/*" defined in the OpenAPI document- Fix the issue when "allOf" or "anyOf" is used with an enum type and an object type
- Updated dependencies [
669abf58f
]:- json-machete@0.11.0
@omnigraph/openapi@0.7.11
Patch Changes
-
#4246
d0498f79b
Thanks @ardatan! - Respect "noDeduplication" flag while creating the bundle -
#4239
755d3d487
Thanks @ardatan! - - Set response type to "String" if the response content type is "text/*" defined in the OpenAPI document- Fix the issue when "allOf" or "anyOf" is used with an enum type and an object type
-
Updated dependencies [
755d3d487
,669abf58f
]:- @omnigraph/json-schema@0.25.0
- json-machete@0.11.0