Skip to content

feat: support JSON Schema as input for a Type #489

feat: support JSON Schema as input for a Type

feat: support JSON Schema as input for a Type #489

Triggered via pull request October 5, 2024 11:14
Status Failure
Total duration 49s
Artifacts

pr.yml

on: pull_request
Matrix: compatibility
prChecks
0s
prChecks
Fit to window
Zoom out
Zoom in

Annotations

2 errors
core
Type 'Type<(In: boolean | { type: "boolean" | "null"; } | { type: "array"; additionalItems?: boolean | { type: "boolean" | "null"; } | ... | { type: "number" | "integer"; exclusiveMaximum?: number; exclusiveMinimum?: number; maximum?: number; minimum?: number; multipleOf?: integer; } | ... 4 more ... | (boolean | ... 6 mo...' is not assignable to type 'Type<(In: boolean | { type: "boolean" | "null"; } | { type: "array"; additionalItems?: boolean | { type: "boolean" | "null"; } | ... | { type: "number" | "integer"; exclusiveMaximum?: number; exclusiveMinimum?: number; maximum?: number; minimum?: number; multipleOf?: number; } | ... 4 more ... | (boolean | ... 6 mor...'.
core
Process completed with exit code 1.