Adam Altman
Adam Altman
**What happened?** Notice the types and subtypes in this VS Code preview: Notice the same preview run with openapi preview-docs command (same exact API operation). It is not displaying the...
This PR links the 3 thin tiles on the home page of the portal to different APIs. Each API has been given its own sidebar. On the other hand, it...
Using my fictitious rock, paper, scissors APIs I demonstrate the drilldown style in the sidebars. 
**Describe the bug** Are we missing `const` from here: https://github.com/Redocly/redocly-cli/blob/main/packages/core/src/typings/openapi.ts - https://json-schema.org/understanding-json-schema/reference/const **To Reproduce** n/a **Expected behavior** To be able to use the type tree to traverse the values including...
**Describe the bug** I found an impossible `oneOf` definition. I'm constantly trying to educate people about `oneOf` vs `anyOf`. In any case, it would be better if the lint tool...
**Is your feature request related to a problem? Please describe.** https://redocly.com/docs/cli/rules/no-http-verbs-in-paths/ Invariably, there are going to be false positives. Rather than adding them to the Redocly ignore file (which I...
Some people want their OpenAPI descriptions to be compatible with Azure APIM. This helps enforce that. This could be particularly helpful as a first step towards writing a decorator to...
**Describe the bug** `--remove-unused-components` removes security schemes defined in components through references. **To Reproduce** Steps to reproduce the behavior: 1. Clone or pull against rebilly/api-definitions and switch to the `feat/bundler`...
**Describe the bug** From 3.0 about `nullable`: > A true value adds "null" to the allowed type specified by the type keyword, only if type is explicitly defined within the...
1. **Should ABNF restrict references to outputs for runtime expressions using `$steps`?** * Current Situation: The ABNF allows any name after `$steps.`, enabling references like `$steps.myGreatStep.response.body.foo`. * Intended restriction: To...