Adam Altman

Results 53 issues of Adam Altman

Examples map keys defined in components must adhere to a `pattern: '^[a-zA-Z0-9._-]+$'`. (Source: https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.1/schema.yaml) However, no such restrictions are defined on the examples map. This media type object seems allowed...

## What/Why/How? Docs for a desired update to assertions. 1. Change `context` to `if`. 2. Change `if` list to conform to assertion object (see the docs -- `if`, `message`, suggest`,...

**Describe the bug** When a schema has type `null` defined in YAML, it is being treated as a null value and not "null" the string that defines the types. https://json-schema.org/understanding-json-schema/reference/null.html...

Type: Bug
p1

We should document or delete the info-description rule. It feels a bit unnecessary given `assertions` capability to do that equivalent really easily.

## What/Why/How? Reproduction related to opening an issue in Redocly-CLI. ## Reference See: https://github.com/Redocly/redocly-cli/issues/856

**Is your feature request related to a problem? Please describe.** It is hard to use the output programmatically. **Describe the solution you'd like** Optionally output to JSON format so it...

feature

This repo is outdated. We would recommend someone use the OpenAPI starter repo instead and use Redocly CLI which has some special commands which served similar purposes but they are...

**Describe the bug** This excerpt is incorrect but the lint tool doesn't catch that the 200 needs to be a string '200' and the yaml parses it into a number:...

Type: Bug
p3
governance

**Is your feature request related to a problem? Please describe.** Let's say I have these schemas: ```yaml schemas: Car: allOf: - $ref: #/components/schemas/Make - $ref: #/components/schemas/Model - type: object properties:...

Type: Enhancement