redocly-cli icon indicating copy to clipboard operation
redocly-cli copied to clipboard

⚒️ Redocly CLI makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more.

Results 384 redocly-cli issues
Sort by recently updated
recently updated
newest added

## What/Why/How? New linting rules to handle illogical use of composition keys: `oneOf`, `anyOf`, `allOf`. ## Reference Resolves #2326 ## Testing ## Screenshots (optional) ## Check yourself - [ ]...

**Is your feature request related to a problem? Please describe.** In the current implementation we didn't handle illogical use of these schema composition keywords (`oneOf`, `anyOf`,`allOf`). **Describe the solution you'd...

Type: Enhancement
JSON Schema

## What/Why/How? The ajv validator, which we are using to validate JSON Schemas didn't supports `exclusiveMininimum` and `exclusiveMaximum` properties as boolean type. That's why i need to use old `draft-04`...

**Describe the bug** `x-operation` host in request url is not resolved in verbose logs. Also `verboseLogs` content should be revised. ``` { "stepId": "one-x-op", "description": "New Step", "x-operation": { "method":...

Type: Bug
Respect

## What/Why/How? When using `loadConfig` function to get the config for the browser environment, we get an error: "`path.extname` is not a function" ## Reference ## Testing ## Screenshots (optional)...

**Is your feature request related to a problem? Please describe.** In OAS3.1's [JSON Schema](https://json-schema.org/understanding-json-schema/reference/numeric#range), `maximum` and `exclusiveMaximum` both are numbers and it doesn't make sense to specify both. However, technically...

good first issue
p3
Type: Enhancement
JSON Schema

### Is your feature request related to a problem? Please describe. Currently, in order to define security at the workflow level using `x-security`, we have to inline the entire security...

good first issue
p3
Type: Enhancement
Respect

## What/Why/How? We faced the issue when updating the version of openapi-core in other products. The problem was that we forgot to add new types in `@redocly/config`. I created a...

## What/Why/How? Update `build-doc` command to improve support in fthe uture. ## Reference ## Testing ## Screenshots (optional) ## Check yourself - [ ] Code changed? - Tested with Redoc/Realm/Reunite...

**Is your feature request related to a problem? Please describe.** We support split for OpenAPI 3.x only at the moment. Since we've added AsyncAPI support for `lint` and `bundle`, it...

good first issue
p3
Type: Enhancement