Modelina
    Preparing search index...

    Class Draft7Schema

    JSON Draft7Schema Draft 7 model

    Index

    Constructors

    Properties

    $comment?: string
    $id?: string
    $ref?: string
    $schema?: string
    additionalItems?: boolean | Draft7Schema
    additionalProperties?: boolean | Draft7Schema
    allOf?: (boolean | Draft7Schema)[]
    anyOf?: (boolean | Draft7Schema)[]
    const?: any
    contains?: boolean | Draft7Schema
    contentEncoding?: string
    contentMediaType?: string
    default?: any
    definitions?: { [key: string]: boolean | Draft7Schema }
    dependencies?: { [key: string]: boolean | string[] | Draft7Schema }
    description?: string
    else?: boolean | Draft7Schema
    enum?: any[]
    examples?: any[]
    exclusiveMaximum?: number
    exclusiveMinimum?: number
    format?: string
    if?: boolean | Draft7Schema
    items?: boolean | Draft7Schema | Draft7Schema[]
    maximum?: number
    maxItems?: number
    maxLength?: number
    maxProperties?: number
    minimum?: number
    minItems?: number
    minLength?: number
    minProperties?: number
    multipleOf?: number
    not?: boolean | Draft7Schema
    oneOf?: (boolean | Draft7Schema)[]
    pattern?: string
    patternProperties?: { [key: string]: boolean | Draft7Schema }
    properties?: { [key: string]: boolean | Draft7Schema }
    propertyNames?: boolean | Draft7Schema
    readOnly?: boolean
    required?: string[]
    then?: boolean | Draft7Schema
    title?: string
    type?: string | string[]
    uniqueItems?: boolean
    writeOnly?: boolean

    Methods