1*0d8b9fb5SEric Blake# FIXME: inline subtypes collide with our desired future use of defaults 2*0d8b9fb5SEric Blake{ 'command': 'foo', 3*0d8b9fb5SEric Blake 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' }, 4*0d8b9fb5SEric Blake 'returns': {} } 5