-
## ~~HARD~~ SOFT BLOCKED
We need the JSON schema defined before we can ~~build~~ deploy boilerplate around it. We can start defining the communication channel and check our work when the JSON schema …
-
We have a schema stored in a blob store and it requires HTTP basic auth or a specific Header-based auth to retrieve that schema. If I write a JSON that looks like this:
```json
{
"$schema": "h…
-
**Is your feature request related to a problem? Please describe.**
I am trying to use your (super-cool) editor to edit some JSON on a website. When I submit the JSON, it is validated against a schema…
-
the JSON-LD export from https://credreg.net/ctdl/schema has the topConcepts listed for concept schemes, e.g. in https://credreg.net/ctdl/schema/encoding/json?includemetaproperties=false
```
…
-
### Current Behavior
After switching to yarn PnP zero install, I noticed that VSCode no longer locates files that were previously pointing to node_modules folder. How do we solve this problem?
### …
-
### Description
We have the following folder structure:
```
- openapi.json
- products
-- firstEndpoint.json
-- secondEndpoint.json
- schemas
-- FirstRequest.json
-- SecondRequest.json
-- Som…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Adding the following attribute to a property of type long causes a FormatException when gener…
mus65 updated
1 month ago
-
Can we use function calls instead of JSON mode? Particularly would be nice to get example with Vertex AI Gemini as they don't support Union types.
Currently I can see that when specified Mode.VERTE…
-
I read about the new [JsonSchemaExporter](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/libraries#jsonschemaexporter) feature. Sounds great.
I also noticed that our JSON schema w…
-
### Background & Description
I was working on a C# class -> GBNF converter, and came across this:
https://github.com/ggerganov/llama.cpp/blob/master/grammars/README.md#json-schemas--gbnf
Here's…