Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BaseJsonSchema

Hierarchy

Indexable

[key: string]: any

Index

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 const

const: Any

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 enum

enum: Any

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"

Generated using TypeDoc