---
title: "Schema"
slug: "common-apidatatype-csschema"
updated: 2026-04-23T08:55:23Z
published: 2026-04-23T09:02:10Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Schema

Classic/VPC 환경에서 이용 가능합니다.

검색 설정 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String primarySectionName;
private List<Section> sections = new ArrayList<Section>();
private List<Index> indexes = new ArrayList<Index>();
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `primarySectionName` | String | Required | 메인 섹션(Document Key) - 3~20자로 영문자, 숫자, 특수 문자 '_'를 허용하며 영문자 또는 특수 문자 '_'로 시작해야 함 |
| `sections` | List<[Section](/docs/common-apidatatype-cssection)> | Required | 섹션 정보 목록 |
| `indexes` | List<[Index](/docs/common-apidatatype-csindex)> | Required | 색인 정보 목록 |
