-
**Describe the bug**
Nested object schema definitions don't work.
**To Reproduce**
For example, I have interface:
````
export interface Example {
id?: number,
someObj: {
prop…
-
The spec currently says the following about the `asset.version` property:
> The glTF version in the form of `.` that this asset targets.
Additionally, the JSON schema implies the following regexp …
-
These are used to support recursive types in schemas. Here's an example of one:
```
const baseNewNodeSchema = z.object({
id: z.string(),
properties: z.record(z.any())
})
export type Node…
levi updated
5 months ago
-
It would be great to add support for TypeScript ORMs like Prisma, Drizzle, and Kysely. This would involve generating schema definitions and migration files directly compatible with these ORMs from the…
-
A `$ref` breaks when used on the root object
## Example A
Non-working example:
```json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"$ref": "#/definitions…
-
The term "shape" is used a lot in definitions:
```
Label: data product label shape
Label: data product description shape
Label: data product has policy shape
Label: data service security schema t…
-
Definitions can be of type object.
Definitions can have fields.
- [ ] Update JSON Schema datacontract.schema.json
- [ ] Update JSON Schema definition.schema.json
- [ ] Update README/Spec
-
### Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_addon#example-add-on-usage-with-custom-configuration_values
### Description
As noted in the ti…
-
This issue gathers info about performance issues related to schema building. This strongly relates to https://github.com/pydantic/pydantic/discussions/6748. Only time performance is in scope.
More …
-
**What version of Ajv are you using? Does the issue happen if you use the latest version?** I'm using the latest version.
I'm getting "can't resolve reference" error when having a schema with a…