Make the "custom" attribute a dictionary.

This commit is contained in:
Gunnar Beutner 2013-06-26 10:18:26 +02:00
parent 0b8d011601
commit 277fe0d6ab
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ type DynamicObject {
%attribute dictionary "methods",
%attribute any "custom::*"
%attribute dictionary "custom" {
%attribute string "*"
}
}
type Logger {