search_ui/json/search/summary.json

53 lines
1.0 KiB
JSON
Raw Normal View History

2025-02-11 07:09:05 +00:00
[
{
"title": "مشخصات",
"key": "specifications",
"options": [
{
"key": "meet_code",
"label": "کد جلسه",
"type": "string"
},
{
"key": "meet_no",
"label": "شماره جلسه",
"type": "string"
},
{
"key": "author",
"label": "پدید آورندگان",
"type": "string"
},
{
"key": "begin_date",
"label": "تاریخ تولید",
"type": "date"
},
{
"key": "branch",
"label": "مجموعه",
"type": "string"
},
{
"key": "format",
"label": "نوع سند",
"type": "string"
},
{
"key": "attendees",
"label": "حاضرین",
"type": "string"
},
{
"key": "mintro",
"label": "چکیده اثر",
"type": "string"
},
{
"key": "mindex",
"label": "فهرست",
"type": "textarea"
}
]
}
]