-
Assumptions:
* we will be able to convert cozemble models to jsonschema (maybe with extentions)
* The data editor that works from json schema (#6 ) will mesh with this approach.
Lets try!
-
> Can we have a test? What happens when this is out of the sync with the YAML struct definition?
_Originally posted by @AkihiroSuda in https://github.com/lima-vm/lima/pull/2306#discussion_r18073913…
-
## Description
I am trying to implement DeriveIntoActiveModel for the following struct
```
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize, JsonSchema, DeriveIntoActiveModel)…
-
Hello,
Taking the two following schemas, _/schemas/customer_ and _/schemas/address_ as example:
```json
{
"$id": "https://example.com/schemas/customer",
"type": "object",
"properties":…
-
Since few days I'm receiving the following error intermittently (usually if I run the task again it works):
```
> Task :cyclonedxBom FAILED
Failed to load json schema!
java.net.ConnectException:…
-
https://github.com/snowplow/iglu-central/blob/master/schemas/com.snowplowanalytics.snowplow/geolocation_context/jsonschema/1-1-0#L34-L36
Should it not be `date-time` like we show here: https://github…
-
Hi, I follow the default settings (pyproject.toml) to do fine tuning experiments on 3X3090 and it reports out of memory, is this normal? Pre-training works fine.
`Package Version …
-
I am trying to validate a file against a schema as follows:
$ jsonschema -i /path/to/schema.json test.json
It fails with this message:
usage: jsonschema [-h] [-i INSTANCES] [-F ERRO…
-
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…