Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArrayJsonSchema

Hierarchy

Indexable

[key: string]: any

Index

Properties

Optional $id

$id: undefined | string

Optional $ref

$ref: undefined | string

Optional $schema

$schema: undefined | string

Optional additionalItems

additionalItems: Schema["plain"] | Schema["plain"][] | boolean

Optional allOf

allOf: Schema["plain"][]

Optional anyOf

anyOf: Schema["plain"][]

Optional const

const: Any

Optional contains

contains: 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 enum

enum: Any

Optional examples

examples: any[]

Optional if

if: Schema["plain"]

Optional items

items: Schema["plain"] | Schema["plain"][]

Optional maxItems

maxItems: undefined | number

Optional minItems

minItems: undefined | number

Optional not

not: Schema["plain"]

Optional oneOf

oneOf: Schema["plain"][]

Optional then

then: Schema["plain"]

Optional title

title: undefined | string

type

type: "array"

Optional uniqueItems

uniqueItems: undefined | false | true

Generated using TypeDoc