Add "absolutePath": true to stats.context

This commit is contained in:
Mohsen Azimi 2017-02-14 02:51:22 -08:00 committed by GitHub
parent 43bd355adf
commit 1ee598a08e
1 changed files with 2 additions and 1 deletions

View File

@ -897,7 +897,8 @@
"properties": {
"context": {
"type": "string",
"description": "context directory for request shortening"
"description": "context directory for request shortening",
"absolutePath": true
},
"hash": {
"type": "boolean",