Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RefSchema

明确一下:有 $ref 时,没有 type;有 type 时,没有 $ref。两者互斥!

Hierarchy

Index

Properties

$ref

$ref: string

Optional description

description: string

Optional format

format: string

Optional isArray

isArray: boolean

当前这一版先用 isArray 来处理数组类型

Optional name

name: string

Optional nullable

nullable: boolean

Optional required

required: boolean

Optional type

type: string

Generated using TypeDoc