chore: update json schema

This commit is contained in:
NateScarlet 2019-09-11 23:00:55 +08:00
parent eefff066fa
commit 04f646bfdd
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

@ -20,8 +20,10 @@
"name": { "type": "string", "description": "节日名称" },
"date": { "type": "string", "description": "ISO 8601 日期" },
"isOffDay": { "type": "boolean", "description": "是否为休息日" }
}
},
"required": ["name", "date", "isOffDay"]
}
}
}
},
"required": ["year", "papers", "days"]
}