-
I had a go at this, and bumped into the following, I needed to add these imports myself, in order to be able to run the example on the readme, could be helpful to add them to the docs.
```
import…
-
I'm trying to validate JSON snippets against the DAP JSON schema: https://microsoft.github.io/debug-adapter-protocol/debugAdapterProtocol.json
Each type of message is a separate definition. I can e…
-
Hitting a panic in `all_mutually_exclusive` -> `resolve` [util.rs:566](https://github.com/oxidecomputer/typify/blob/main/typify-impl/src/util.rs#L566)
```
not yet implemented
stack backtrace:
…
-
Error in typescript lint. the `definitions` field is imcompatible.
Is there any plan to support @types/json-schema in type ?
```
import type { JSONSchema7 } from "json-schema"
import { zodToJson…
-
As mentioned in https://github.com/zarr-developers/zarr-specs/pull/309, I ran across some challenges with how the Zarr v3 spec does extensions. I think that we might be able to learn some lessons from…
-
When generating Python `pydantic` models from the released CycloneDX schemas using `datamodel-code-generator` with the `--use-title-as-name` flag, several model classes are created with names such as …
-
### Target Version
3.4.2
### Python Version
3.9
### PostgreSQL Version
16.4
### Operating System
meltano/meltano:v3.4.2-python3.9 docker image
### Description
_Steps to full…
-
The TypeScript team have resecently made some changes to the `Iterator` group of interfaces, protocols, and their related type definitions. For context, the TypeScript team is in the middle of making …
-
Consider the following schema:
https://unpkg.com/@octokit/webhooks-schemas@7.3.1/schema.json
it contains a definition:
```json
"pull_request$closed": {
"$schema": "http://json-sch…
-
Right now the deriver will create things such as
```
"kind_f": { "$ref": "#/definitions/kind" },
```
But the definitions are not added to the final json schema
Khady updated
1 month ago