|
@@ -0,0 +1,27 @@
|
|
|
+{
|
|
|
+ "$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
+ "$id": "https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/schema.json",
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "year": {
|
|
|
+ "type": "number",
|
|
|
+ "description": "幓份"
|
|
|
+ },
|
|
|
+ "papers": {
|
|
|
+ "type": "array",
|
|
|
+ "items": { "type": "string" },
|
|
|
+ "description": "ęēØå½å”é¢ęä»¶ē½åå蔨"
|
|
|
+ },
|
|
|
+ "days": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "name": { "type": "string", "description": "čę„åē§°" },
|
|
|
+ "date": { "type": "string", "description": "ISO 8601 ę„ę" },
|
|
|
+ "isOffDay": { "type": "boolean", "description": "ęÆå¦äøŗä¼ęÆę„" }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|