Skip to content

Commit

Permalink
Included schema validation for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranz committed Aug 2, 2018
1 parent f5558f3 commit c4b21ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/schema/yaml/suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"$id": "/properties/meta/properties/enabled",
"type": "boolean"
},
"locate_files_relative": {
"$id": "/properties/meta/properties/locate_files_relative",
"type": "boolean"
},
"version": {
"$id": "/properties/meta/properties/version"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-api",
"version": "1.1.2",
"version": "1.1.3",
"description": "Specification based API test framework for HTTP APIs (REST, GraphQL)",
"homepage": "https://kiranz.github.io/just-api/",
"keywords": [
Expand Down

0 comments on commit c4b21ae

Please sign in to comment.