-
```
>nimble build --verbose
Verifying dependencies for nimlsp@0.4.1
Reading official package list
Checking for jsonschema@>= 0.2.1
Installing jsonschema@>= 0.2.1
Reading official p…
-
Hi again, I have create the jsonix schema with this command:
```cmd
java -jar jsonix-schema-compiler-full.jar schema.xsd -d jsonSchemas -p ddexV341 -generateJsonSchema
```
and have this json:
…
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
When I tried to get Solution Setup data from…
-
We've been using `dictdiffer` lately and I think it would be great to provide some sort of interactive online demo for the library. I helped adding it to `jsonschema` project, you can see it running h…
-
## What did you do
I am trying to generate documentations for snowplow/iglu-central: https://github.com/snowplow/iglu-central/tree/master/schemas
Since Snowplow schemas have no file extension, (i.…
-
Hello! Thanks so much for typify.
I have a relatively simple issue to explain, with some code samples. I have some discriminated unions which simply need `#[serde(tag = "my_type")]` instead of `#[…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
nuget
### Package manager version
_No response_
### Language version
_No response_
### …
-
实现场景:
我的json是树形结构的。我想将json直接传递给jsonSchema从而显示出jsonSchema的格式。如果json没法直接转换成jsonSchema的格式的话,是否能进行数据映射呢
存在的问题:
现在jsonSchema是不是只能作为一个editor,没法展示数据呢
-
The test JSON example does not create the schema for child keys as it says in the documentation:
```
var jsonSchemaGenerator = require('json-schema-generator')
const json_raw = {
"title": "f…
-
I'm getting this error when trying to run ```python gradio_app.py```
```
AssertionError: Torch not compiled with CUDA enabled
```
I did try the solution in #6 (``` pip install torch==2.3.0 torch…