Modelina
    Preparing search index...

    Class AsyncapiV2Schema

    Indexable

    • [k: string]: any
    Index

    Constructors

    Properties

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

    Methods