-
There are some underlying principles that the JSON Schema project has been based on, but we've never really written them out. A concise list would be appropriate in the Core spec, as they might head …
-
Hi,
looks like conditional subschemas are ignored.
If I try to generate POJOs from the examples from the following site https://json-schema.org/understanding-json-schema/reference/conditionals.htm…
-
Trying to run `json validate` on the command line, I get this traceback:
```
json validate --schema-file .\display_descriptor_schema_1.json --document-file .\apps\displays\HMD.json
Traceback (most re…
-
### General information
- json-editor version: latest
As noted in json-schema-org/json-schema-spec#1097 - the editor should be updated to reflect the proper usage of $ref with JSON pointers (#/$…
-
**Describe the bug**
given a sample with anyOf and required statement example validation fails whereas it is valid
**To Reproduce**
validate the below OAS Spec (in the Additional context s…
-
I see this mentioned as "Applying Subschemas Conditionally" [here](https://github.com/ngx-formly/ngx-formly/issues/1459) circa 2019 in this repo, but I dont see any mention of it since. So, I am not s…
-
The title may be a bit cryptic but here are a few examples
```elixir
alias OpenApiSpex.Schema
%Schema{
type: :object,
allOf: [
%Schema{
type: :object,
properties: %{a: …
-
branch policies have issue if you .github/settings doesn't have the same branch as repo.yml
```
ERROR (event): Error applying branch protection {"name":"HttpError","status":422,"response":{"url":"…
-
We are currently looking for a tool that can check schema compatibility.
One of the examples I used to test this software is to validate is to check a producer with additional unused fields works w…
-
### Questions
I took another look at the capabilities of the following software.
### Version
4.3.4
### Context
I constructed the following JSON schema file.
```json
{
"$schema": "https:/…