11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"title": "DocumentSummary",
|
|
"type": "object",
|
|
"properties": {
|
|
"파일제목": { "type": "string" },
|
|
"파일내용요약": { "type": "string" }
|
|
},
|
|
"required": [
|
|
"파일제목", "파일내용요약"
|
|
]
|
|
} |