Properties
Optional $id
$id: undefined | string
Optional $ref
$ref: undefined | string
Optional $schema
$schema: undefined | string
Optional allOf
allOf: Schema["plain"][]
Optional anyOf
anyOf: Schema["plain"][]
Optional custom
custom: string[]
Optional default
default: any
Optional definitions
definitions: Record<string, Schema["plain"]>
Optional description
description: undefined | string
Optional else
else: Schema["plain"]
Optional examples
examples: any[]
Optional if
if: Schema["plain"]
Optional not
not: Schema["plain"]
Optional oneOf
oneOf: Schema["plain"][]
Optional then
then: Schema["plain"]
Optional title
title: undefined | string
Optional type
type: "boolean" | "null" | "array" | "object" | "string" | "number" | "integer"