-
## Describe the bug
When using the dark theme, the example values are hard to read. It feels like these color values are not taken from the theme, but are hard coded.
## To Reproduce
1. Go to…
-
**Which tool is impacted?**
Example: json validator maybe?
**Describe the solution you'd like**
JSON schema, see https://json-schema.org/
**Is their example of this tool in the wild?**
https…
-
It seems popular, and a good animation format for the web and for mobile devices (but I just discovered it ;-) I haven't found a proper spec for the JSON but there are open-source viewers, and JSON s…
-
What is the best practice for registering graphql APIs? This is a different framework than OpenAPI (see any number of blog posts). There are converters, but there is a big impedance mismatch between t…
-
### Checklist
- [X] I have looked into the [README](https://github.com/openfga/openfga/blob/main/README.md) and have not found a suitable solution or answer.
- [X] I have looked into the [documentati…
-
With https://github.com/proophsoftware/event-machine/pull/79 and https://github.com/proophsoftware/event-machine/pull/78 @camuthig laid the foundation to consume an API description (a JSON Schema) of…
-
There are a few places today in the system where we view and/or edit JSON documents (device reports, the 'specification' field of hardware products), and there will be more to come with the move to us…
-
## Background
Schema in SpiceDB is written as a single unit via the `WriteSchema` call. This is an important requirement for type checking and validation, but comes with a cost of making it harder …
-
Discovering a new project can be challenging, especially if the project specific tasks are unknown. We can help expose these NPM tasks by offering a widget that allows to add descriptions and titles t…
-
Marking a struct field of type `time.Time` as json omitempty has no effect. You must use a `*time.Time` for it to work (which is wire compatible). Vet should detect this situation and perhaps suggest …