Adam Altman

Results 53 issues of 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...

p3
Type: Bug

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...

Type: Example

Using my fictitious rock, paper, scissors APIs I demonstrate the drilldown style in the sidebars. ![drilldown-sidebars](https://user-images.githubusercontent.com/1161871/105854064-00f4f800-5fac-11eb-8665-f241b3b2505e.gif)

Type: Example

**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...

Type: Bug
p3

**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...

p3
Type: Enhancement
governance

**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...

good first issue
p3
Type: Enhancement
governance

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`...

Type: Bug
p3

**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...

Type: Bug
good first issue
p2
JSON Schema
v2

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...