다음을 통해 공유


DocumentFieldSchema interface

JSON 스키마 스타일 구문을 사용하는 필드 의미 체계 스키마에 대한 설명입니다.

속성

description

필드 설명입니다.

example

예제 필드 콘텐츠입니다.

items

각 배열 요소의 필드 형식 스키마입니다.

properties

개체 필드의 명명된 하위 필드입니다.

type

필드 값의 의미 체계 데이터 형식입니다.

속성 세부 정보

description

필드 설명입니다.

description?: string

속성 값

string

example

예제 필드 콘텐츠입니다.

example?: string

속성 값

string

items

각 배열 요소의 필드 형식 스키마입니다.

items?: DocumentFieldSchema

속성 값

properties

개체 필드의 명명된 하위 필드입니다.

properties?: {[propertyName: string]: DocumentFieldSchema}

속성 값

{[propertyName: string]: DocumentFieldSchema}

type

필드 값의 의미 체계 데이터 형식입니다.

type: string

속성 값

string