Fix validation for the "authorities" attribute.

Fixes 
This commit is contained in:
Gunnar Beutner 2014-02-10 08:50:09 +01:00
parent e534f9bc1b
commit 663f72300b
2 changed files with 10 additions and 6 deletions

View File

@ -30,10 +30,6 @@ type DynamicObject {
%attribute string "*"
},
%attribute array "authorities" {
%attribute name(Endpoint) "*"
},
%attribute array "domains" {
%attribute string "*"
}

View File

@ -126,7 +126,11 @@ type Service {
}
},
%attribute any "templates"
%attribute any "templates",
%attribute array "authorities" {
%attribute name(Endpoint) "*"
},
}
type ServiceGroup {
@ -165,7 +169,11 @@ type Notification {
%attribute number "notification_type_filter",
%attribute number "notification_state_filter",
%attribute any "templates"
%attribute any "templates",
%attribute array "authorities" {
%attribute name(Endpoint) "*"
},
}
type User {