DocumentFieldSchema interface
JSON 스키마 스타일 구문을 사용하는 필드 의미 체계 스키마에 대한 설명입니다.
속성
description | 필드 설명입니다. |
example | 예제 필드 콘텐츠입니다. |
items | 각 배열 요소의 필드 형식 스키마입니다. |
properties | 개체 필드의 명명된 하위 필드입니다. |
type | 필드 값의 의미 체계 데이터 형식입니다. 가능한 값: "string", "date", "time", "phoneNumber", "number", "integer", "selectionMark", "countryRegion", "signature", "array", "object", "currency", "address", "boolean", "selectionGroup" |
속성 세부 정보
description
필드 설명입니다.
description?: string
속성 값
string
example
예제 필드 콘텐츠입니다.
example?: string
속성 값
string
items
properties
개체 필드의 명명된 하위 필드입니다.
properties?: Record<string, DocumentFieldSchema>
속성 값
Record<string, DocumentFieldSchema>
type
필드 값의 의미 체계 데이터 형식입니다.
가능한 값: "string", "date", "time", "phoneNumber", "number", "integer", "selectionMark", "countryRegion", "signature", "array", "object", "currency", "address", "boolean", "selectionGroup"
type: string
속성 값
string