Title
[report 영역] Title는 report 영역의 제목을 정의합니다.
필드 | 타입 | 필수 | 설명 | 기본값 |
---|---|---|---|---|
section | string | Y | 데이터가 표출되는 영역 report | |
contents | string | Y | report 영역의 제목 | |
config | object | Y | 기본 설정 | |
config.type | string | Y | type 구분 title |
Protocol 구조
{
section: "report",
contents: string,
config:{
type: string
}
}
Example
{
"section":"report",
"contents":"편의점 매출 기반 상권 분석 결과",
"config":{
"type": "title"
}
}