Fix formatting

This commit is contained in:
Mohsen Azimi 2017-02-13 18:31:50 -08:00 committed by GitHub
parent 776c6c4237
commit 43bd355adf
1 changed files with 64 additions and 44 deletions

View File

@ -569,20 +569,32 @@
},
"exclude": {
"allOf": [
{"$ref": "#/definitions/ruleSet-condition"},
{"absolutePath": true}
{
"$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
]
},
"include": {
"allOf": [
{"$ref": "#/definitions/ruleSet-condition"},
{"absolutePath": true}
{
"$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
]
},
"issuer": {
"allOf": [
{"$ref": "#/definitions/ruleSet-condition"},
{"absolutePath": true}
{
"$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
]
},
"loader": {
@ -613,8 +625,12 @@
},
"resource": {
"allOf": [
{"$ref": "#/definitions/ruleSet-condition"},
{"absolutePath": true}
{
"$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
]
},
"resourceQuery": {
@ -625,8 +641,12 @@
},
"test": {
"allOf": [
{"$ref": "#/definitions/ruleSet-condition"},
{"absolutePath": true}
{
"$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
]
},
"use": {