-
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…
-
I keep getting this error with unsloth.
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'C:\\Users\\Admin\\AppData\\Local\\Temp\\torchinductor_Admin\\cache\\.226…
-
['reserved_domains']['items']['properties']['settings']['items']['properties']['value'] doesn't have the correct type listed
https://github.com/docusign/OpenAPI-Specifications/blob/master/admin.…
visch updated
2 years ago
-
Marshmallow has an option of defining custom field types that can be reused multiple times. This significantly reduces logic errors when you have to reuse the same field over and over again across the…
-
https://github.com/Azure/azure-openapi-validator/blob/main/docs/host-parameters-validation.md specifies:
```If a parameter matches belows, therefore it must be called 'endpoint' and be typed 'type:st…
-
In jsonschema we have `not` keyword, but how can I use it in Lua?
For example, We have jsonschema:
```
"dependencies": {
"field_2": { "not": { "required": ["field_3"] } },
"field_3": { "n…
-
Two very common use cases are:
1. Using `cue import -l "$path"` to "place" some JSON/Yaml/... at a given path in a CUE configuration.
2. Using `cue export -e "$expr" --out $format` to take part of…
-
Using the default implementation of the Android tracker, I got some `application_error` events due to `OutOfMemoryError` on Android.
This exception does not have any message attached to it and res…
-
## 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…
-
Original Issue: apache/pulsar#3115
---
#### Expected behavior
JSONSchema should works with generic (parameterized type) POJO/DTO. No exception at runtime, or at least update documentation/errorM…