search_ui/json/search/summary.json
2025-02-26 11:22:46 +03:30

53 lines
1.0 KiB
JSON

[
{
"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"
}
]
}
]