Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

View File

@@ -471,7 +471,7 @@
}
}
},
"revision": "20190401",
"revision": "20190610",
"rootUrl": "https://firebaserules.googleapis.com/",
"schemas": {
"Arg": {
@@ -844,7 +844,7 @@
"type": "string"
},
"visitedExpressions": {
"description": "The set of visited expressions for a given test. This returns positions\nand evaluation results of all visited expressions.",
"description": "The set of visited permission expressions for a given test. This returns\nthe positions and evaluation results of all visited permission\nexpressions which were relevant to the test case, e.g.\n```\nmatch /path {\n allow read if: <expr>\n}\n```\nFor a detailed report of the intermediate evaluation states, see the\n`expression_reports` field",
"items": {
"$ref": "VisitedExpression"
},