Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Create common_request_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgang kuehn authored Jun 17, 2016
1 parent 05ddcba commit 26fb052
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/issue6/common_request_schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": ["start", "end"],
"properties": {
"start": {
"type": "string",
"format" : "date"
},
"end": {
"type": "string",
"format" : "date"
}
}
}

0 comments on commit 26fb052

Please sign in to comment.