AppManager: Fix auth schema

Change-Id: Iab9e76795467b9ed9e6ad7b8389473eb71d49c89
diff --git a/core/installer/schema.go b/core/installer/schema.go
index e575aa5..12a79b0 100644
--- a/core/installer/schema.go
+++ b/core/installer/schema.go
@@ -178,6 +178,7 @@
 #Auth: {
     enabled: bool | false
     groups: string | *""
+    noAuthPathPatterns: [...string] | *[]
 }
 value: #Auth