1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
holiday/data/template.json

75 lines
3.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "id 对应的JSON文件名",
"skip": "是否跳过 boolean",
"name": "节日名称 中秋节",
"fullName": "节日名称全称 五一国际劳动节",
"englishName": "英文名称 多个用 空格/空格 分隔",
"alias": [
"节日别名"
],
"friendlyDate": "友好日期 农历八月十五 公历1月1日",
"date": "日期 10/1 如果有多个以空格分隔格式10/1 10/12如果是时间范围以-连接格式1/1-12/31如果无法确定准确时间如清明节前面添加~代表不确定,例如~4/4-4/6或~4/5",
"holidayDate": "放假日期 格式同上",
"calendar": "阳历/阴历 solar/lunar",
"friendlyType": "友好节日类型 多个用/分隔",
"type": "节日类型 多个用/分隔 Chinese/Chinese-4/Western/World/SolarTerms/Others中国传统节日/中国四大传统节日/西方传统节日/世界节日|国际节日/二十四节气/其他类型)",
"statutory": "是否法定节假日 boolean",
"solarTerms": "是否是二十四节气 boolean",
"solarTermsInfo": {
"_": "如果不是二十四节气solarTermsInfo 为 null",
"ecliptic": "黄道位置",
"climate": "气候特点",
"phenology": "物候现象",
"lawOfNature": "自然规律",
"farming": "农事活动",
"tradition": "传统习俗",
"living": "起居养生",
"meaning": "含义/代表寓意"
},
"desc": "节日描述 xxx",
"subFestival": [
{
"name": "节期活动-节日名称 中秋节",
"alias": [
"节期活动-节日别名"
],
"friendlyDate": "节期活动-友好日期 农历正月初一",
"date": "节期活动-节日日期 10/1",
"calendar": "阳历/阴历 solar/lunar",
"desc": "节期活动-节日描述 xxx",
"activity": [
"节日活动 如果有别名,格式为:年夜饭|晚饭、团年饭"
]
}
],
"activity": [
"节日活动 如果有别名,格式为:年夜饭|晚饭、团年饭",
"24节气此处为传统习俗"
],
"food": [
"节日饮食 如果有别名,格式为:青团(南方)|清明饼、棉菜馍糍、茨壳粿、清明粑、艾叶粑粑、艾糍、清明果、菠菠粿、清明粿、艾叶糍粑、艾粄、艾草糕、清明团子、暖菇包、艾草青团"
],
"origin": "节日起源",
"meaning": "节日意义",
"process": "节日流程",
"location": "节日设定地点",
"organization": "设立机构",
"startingTime": "设立时间/起源时期",
"popularAreas": "流行地区",
"commemorator": [
"纪念人物"
],
"intangibleCulturalHeritageProtectionUnit": "非物质文化遗产保护单位",
"nationalCulturalHeritage": "国家文化遗产",
"worldCulturalHeritage": "世界文化遗产",
"baike": "百度百科地址",
"poetry": [
{
"dynasty": "朝代 晋代/唐代/宋/...",
"status": "作者身份",
"author": "古诗作者 李白",
"name": "古诗名(不加书名号)",
"text": "古诗正文(片段)"
}
]
}