Skip to content

Commit 760b662

Browse files
committed
handling revert
1 parent 43f71e5 commit 760b662

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "object",
3+
"properties": {
4+
"startDate": {
5+
"type": "string",
6+
"description": "The format is YY-MM-DD"
7+
},
8+
"endDate": {
9+
"type": "string",
10+
"description": "The format is YY-MM-DD"
11+
},
12+
"extProjectId": {
13+
"type": "string"
14+
}
15+
},
16+
"required": []
17+
}

0 commit comments

Comments
 (0)