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": { "exclude": {
"allOf": [ "allOf": [
{"$ref": "#/definitions/ruleSet-condition"}, {
{"absolutePath": true} "$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
] ]
}, },
"include": { "include": {
"allOf": [ "allOf": [
{"$ref": "#/definitions/ruleSet-condition"}, {
{"absolutePath": true} "$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
] ]
}, },
"issuer": { "issuer": {
"allOf": [ "allOf": [
{"$ref": "#/definitions/ruleSet-condition"}, {
{"absolutePath": true} "$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
] ]
}, },
"loader": { "loader": {
@ -613,8 +625,12 @@
}, },
"resource": { "resource": {
"allOf": [ "allOf": [
{"$ref": "#/definitions/ruleSet-condition"}, {
{"absolutePath": true} "$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
] ]
}, },
"resourceQuery": { "resourceQuery": {
@ -625,8 +641,12 @@
}, },
"test": { "test": {
"allOf": [ "allOf": [
{"$ref": "#/definitions/ruleSet-condition"}, {
{"absolutePath": true} "$ref": "#/definitions/ruleSet-condition"
},
{
"absolutePath": true
}
] ]
}, },
"use": { "use": {