-
Fantastic work Charles! This is really a great start!
You may want to consider adding a github action to run the [STAC validator](https://github.com/sparkgeo/stac-validator) on the catalog. I know …
-
Hi.
I am trying to validate my API responses, but no matter what is send as a response, there is no indication of an error.
Steps to reproduce:
1. `git clone git@github.com:bug-hunters/oas3-t…
-
```
validator = Csvlint::Validator.new( StringIO.new( csv ) , {}, csv_schema)
```
ends up calling
```
@schema.validate_header(header, @source, @validate)
```
But because @source, the initia…
-
#### 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…
-
Per some discussion I had with the cti-python-stix2 maintainers at oasis-open/cti-python-stix2#519, I'd like to get some **clarification about how lenient (or restrictive) the spec is intended to be r…
-
Example, worked in 0.8:
```lua
jsonschema.generate_validator({
type = "object",
properties = {
["$id"] = { type = "string" }
}
})
```
Now (0.9.5) fails with:
```
.../lib/openresty…
-
I'm trying protobuf-jsonschema, it used to work on v1 but it's having issues with paths..
I don't know if protobuf-jsonschema isn't following the spec or it's some configuration
I'm trying to f…
-
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
When using [SvelteKit](https://kit.svelte.dev), `vite build` gives `Circ…
-
[pyproject.json](https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/pyproject.json) exists as a local schema in this repository ... which I think does make sense.
The `tool.ruf…
-
As a user I sometimes have invalid JSON schema and I would like a debugging option to tell me my schema is invalid so I don't waste time looking for issues in how JSON Schema is compiled to TS interfa…