blob: 6106e15e864b8da2f789c62f1e59ca8998f45032 (
plain) (
blame)
1
2
3
4
5
6
7
|
# inline subtypes collide with our desired future use of defaults
##
# @foo:
##
{ 'command': 'foo',
'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
|