-
Hello. I like your lib. But i'd like to load jsonschema from some var, not from file.
In my case I store some jsonschemas in one py file.
I thought to add logic that checs if there is .JSON ext in p…
-
After updating from `0.10.0` to `0.11.1` I noticed my specs slowing down from 1 minute to 1.5 minutes. I've done some profiling to verify this:
### 0.10.0 - rubyprof
```
Measure Mode: wall_time
…
-
At the moment large shaded jars are created for a given schema registry type (e.g. avro (schema-registry-kafkaconnect-converter) or jsonschema (jsonschema-kafkaconnect-converter)). Is it possible/ cou…
-
Using `docker run` and the latest image, the relevant snippet of my docker-compose file is:
```yaml
x-elbv2:
testALB:
Properties:
Scheme: internal
Type: application
Lo…
-
I attempted to use the shal2code to generate a JSON Schema with the latest SPDX 3.0.1 model.
The output did not include any namespaces - is this an expected argument to shacl2code?
The URI's als…
-
clone 出你的这个分支或者是原分支,都出现下输出:
[root@bogon bugzilla_docker]# docker-compose build
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 11, in
sys.exit(main())
File "/usr/…
-
I'm trying to generate the structs from https://unpkg.com/@atlaskit/adf-schema@35.5.1/dist/json-schema/v1/full.json
But I'm greeted with the following error:
```
go-jsonschema: Failed: error pa…
-
## Description
Generating schemas for classes that have double-valued fields annotated with @JsonSchemaExamples annotation causes an exception to be thrown. For instance, schema generation for thi…
-
Hello when i try it under Android i get such a error. Can you help ?
Exception Log:
2018-11-01 11:31:27.416 17631-17631/net.maksimum.jsonschemevalidator E/AndroidRuntime: FATAL EXCEPTION: main
…
-
run into issue with OffsetJavaDateTime while generate JSON schema from existing jaxb classes.
For example, the jaxb class is defined as following
```
@XmlAccessorType(XmlAccessType.FIELD)
…