We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported here - https://github.com/commercetools/commercetools-docs/issues/223
We have the same problem in our test RAML where key property is missing in the generated subtype.
key
KeyReference is defined here:
https://github.com/commercetools/commercetools-docs-kit/blob/6f09f5be28d3a0fe6479b1394c0497a29bc383ef/websites/api-docs-smoke-test/source-raml/test/types/references.raml#L71-L78
ExampleTargetTypeKeyReference is the subtype:
https://github.com/commercetools/commercetools-docs-kit/blob/6f09f5be28d3a0fe6479b1394c0497a29bc383ef/websites/api-docs-smoke-test/source-raml/test/types/references.raml#L89-L93
This is the generated RAML for ExampleTargetTypeKeyReference:
https://github.com/commercetools/commercetools-docs-kit/blob/master/websites/api-docs-smoke-test/src/api-specs/test/types/ExampleTargetTypeKeyReference.raml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally reported here - https://github.com/commercetools/commercetools-docs/issues/223
We have the same problem in our test RAML where
key
property is missing in the generated subtype.KeyReference is defined here:
https://github.com/commercetools/commercetools-docs-kit/blob/6f09f5be28d3a0fe6479b1394c0497a29bc383ef/websites/api-docs-smoke-test/source-raml/test/types/references.raml#L71-L78
ExampleTargetTypeKeyReference is the subtype:
https://github.com/commercetools/commercetools-docs-kit/blob/6f09f5be28d3a0fe6479b1394c0497a29bc383ef/websites/api-docs-smoke-test/source-raml/test/types/references.raml#L89-L93
This is the generated RAML for ExampleTargetTypeKeyReference:
https://github.com/commercetools/commercetools-docs-kit/blob/master/websites/api-docs-smoke-test/src/api-specs/test/types/ExampleTargetTypeKeyReference.raml
The text was updated successfully, but these errors were encountered: