Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-4/latest.json
Source https://json-schema.org/draft-04/schema

Validate with Lintel

npx @lintel/lintel check
Type: object

Core schema meta-schema

Properties

id string
$schema string
title string
description string
default
multipleOf number
exclusiveMin=0
maximum number
exclusiveMaximum boolean
Default: false
minimum number
exclusiveMinimum boolean
Default: false
maxLength integer
min=0
minLength
All of: positiveInteger integer, variant
pattern string
format=regex
additionalItems boolean |
Default:
{}
items | schemaArray
Default:
{}
maxItems integer
min=0
minItems
All of: positiveInteger integer, variant
uniqueItems boolean
Default: false
maxProperties integer
min=0
minProperties
All of: positiveInteger integer, variant
required string[]
minItems=1uniqueItems=true
additionalProperties boolean |
Default:
{}
definitions Record<string, >
Default:
{}
properties Record<string, >
Default:
{}
patternProperties Record<string, >
Default:
{}
dependencies Record<string, | stringArray>
enum array
minItems=1uniqueItems=true
format string
allOf []
minItems=1
anyOf []
minItems=1
oneOf []
minItems=1
not

Definitions

schemaArray []
positiveInteger integer
positiveIntegerDefault0
simpleTypes enum
stringArray string[]