-
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…
-
#### What are you trying to achieve?
I'm trying to validate REST response with JSONSchema and get all mismatches and errors that appear while validating.
#### What do you get instead?
I'm get…
-
Integrate https://github.com/json-schema-org/JSON-Schema-Test-Suite tests run by one of the rust validators ([valico](https://github.com/rustless/valico/), [jsonschema-valid](https://github.com/mdboom…
-
This might be an idea for the future.
But one thing that Panel lacks are easy to create, nice looking forms. For example using the Fast Design system that I have started to implement.
In the Fas…
-
### Mission:
- Current dev story: we are validating responses against our openAPI spec indirectly, by extracting jsonSchemas from our openAPI spec, then validating response bodies against them.
- Pr…
-
## Short description
I have a `jsonschema` containing a map definition of typed objects, but `opa check` is not able to detect typos in it. My current workaround is to define an array instead of a…
-
Fred wrote some nice tests for the core Snowplow schemas when these were a part of snowplow/snowplow. These can be seen here:
https://github.com/snowplow/snowplow/tree/40a5037563e729c67a922a3e2e67c4e…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
{
"headers": {
"normalizedNames": {},
"lazyUpdate": null
},
"status": 500,
"statusText": "OK",
"url": "https://api.jsonschema.net/v1:deduceGraph?key=AIzaSyCF…
-
实现场景:
我的json是树形结构的。我想将json直接传递给jsonSchema从而显示出jsonSchema的格式。如果json没法直接转换成jsonSchema的格式的话,是否能进行数据映射呢
存在的问题:
现在jsonSchema是不是只能作为一个editor,没法展示数据呢