Schema
- 인쇄
- PDF
Schema
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
검색 설정
구문
private String primarySectionName;
private List<Section> sections = new ArrayList<Section>();
private List<Index> indexes = new ArrayList<Index>();
필드
필드 명 | 필수 여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
primarySectionName | Yes | string | 영문자, "_" 로 시작, 영문자, 숫자, "_" 만 입력(3자 ~ 20자) | 메인 섹션(document key) |
sections | Yes | List<Section> | 섹션 정보 목록 | |
indexes | Yes | List<Index> | 색인 정보 목록 |
이 문서가 도움이 되었습니까?