Skip to content

Commit

Permalink
update schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed May 4, 2017
1 parent 8a90257 commit 541ea58
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/Api/Tool/DocumentationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@ public function testGetDetail()
"$schema": "http:\/\/json-schema.org\/draft-04\/schema#",
"id": "urn:schema.phpsx.org#",
"definitions": {
"GET-query": {
"type": "object",
"title": "query",
"properties": {
"startIndex": {
"type": "integer"
},
"count": {
"type": "integer"
}
},
"required": []
},
"Entity": {
"type": "object",
"title": "entity",
Expand Down

0 comments on commit 541ea58

Please sign in to comment.