1
0
Fork 0

Update json schema as archive include was removed

pull/1567/head
Nils Adermann 2013-02-17 17:39:48 +01:00
parent 838edd6e7a
commit 0b23643a44
1 changed files with 1 additions and 5 deletions

View File

@ -208,11 +208,7 @@
"properties": { "properties": {
"exclude": { "exclude": {
"type": "array", "type": "array",
"description": "A list of paths to exclude." "description": "A list of patterns for paths to exclude or include if prefixed with an exclamation mark."
},
"include": {
"type": "array",
"description": "A list of paths to include even though an exclude rule exists for them."
} }
} }
}, },