-
I ran into some errors trying to update a schema that had subschemas using the [`allOf` keyword](https://json-schema.org/draft/2019-09/json-schema-core.html#logic). The schema I was trying to update c…
-
### What Docs changes are you proposing?
Improve the information architecture of the current documentation to align better with the [documentation developer journey](https://www.figma.com/board/TRj…
-
Hi!
Want to start by saying thanks for writing and maintaining this package.
I noticed an issue with handling validation errors for values inside a `anyOf` (and likely `oneOf`) not being surface…
-
### Describe the feature or problem you’d like to solve
The [update branch protection endpoint documentation](https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branch-protection?apiV…
-
We're regularly encountering errors when oneOf or discriminators are being used.
* OpenAPI document authors sometimes mistakenly assume that the oneOf subschema types are part of the JSON message; …
-
Currently, if a subschema change of a combined schema is backward incompatible, the DiffType is [`COMBINED_TYPE_SUBSCHEMA_NOT_COMPATIBLE`](https://github.com/Apicurio/apicurio-registry/blob/master/sch…
-
Hello,
I'm trying to add the [OpenAPI 3.0 schema](https://spec.openapis.org/oas/3.0/schema/2021-09-28) to one of my projects using Draft04, but I'm running into an error I cannot comprehend.
Er…
-
In https://github.com/OpenDataServices/cove/issues/895 we now assume whether a record has linked or embedded releases, in order to use the correct subschema within the `oneOf` block. Text about this a…
-
Let the following schemas
```javascript
var mongoose = require('mongoose');
var sequenceGenerator = require('mongoose-sequence-plugin');
var Schema = mongoose.Schema;
var childSchema= Schema(…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…