4 lines
160 B
JSON
4 lines
160 B
JSON
|
# inline subtypes collide with our desired future use of defaults
|
||
|
{ 'command': 'foo',
|
||
|
'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
|