-
I have a JSON file with embedded schemas in the `definitions` object. Is it possible to test for those schemas straight with `match_json_schema()`?
Neither `match_json_schema('openapi#/definitions…
Ajaxy updated
6 years ago
-
The following spec throws an error "TypeError: Cannot read properties of undefined (reading 'normalized')"
```yaml
openapi: 3.0.3
info:
version: 1.0.0
paths:
'/example':
post:
…
penx updated
8 months ago
-
## Documentation link
It doesn't exist yet.
## Describe the problem
If I swizzle a component, e.g. `ApiExplorer/index.tsx`, my TypeScript configuration will start complaining with errors such…
-
According to official spec, there's definitions objects.
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#definitionsObject
As a result of absence of definitions it's no…
-
Hi @iann838!
The project looks good, but can you compare your project with [chanfana](https://github.com/cloudflare/chanfana)
Thanks!
-
Hi,
first of all, thanks for your tool that helps keeping API definitions and commits clean. ❤️
`prettier` has a [CLI](https://prettier.io/docs/en/cli.html) that makes it really easy to use it in …
wedi updated
2 months ago
-
OpenAPI Specification 3.1.0 was released on 2021-02-15. Is it possible to support this?
- [OpenAPI Specification v3.1.0 | Introduction, Definitions, & More](https://spec.openapis.org/oas/v3.1.0)
…
-
when processing this tag in `azure-rest-api-specs/specification/chaos/resource-manager/readme.md`:
```markdown
### Tag: package-2024-01
These settings apply only when `--tag=package-2024-01` is…
-
**Describe the bug**
When a [Path Item Object](https://spec.openapis.org/oas/v3.1.0#pathItemObject) contains a $ref, oasdiff compares only textual changes to the $ref field.
Ideally, oasdiff should …
-
### Description
Mock implementation feature is not working as expected when using a [swagger definition](https://petstore.swagger.io/v2/swagger.json) as the OpenAPI URL. Refer to the reproducing step…