flow2schema/tests/samples/typeInMethod.json

18 lines
378 B
JSON

{
"schemas": [
{
"type": "record",
"name": "Test",
"namespace": "typeInMethod",
"fields": []
},
{
"type": "record",
"name": "X",
"namespace": "typeInMethod._1",
"fields": [{"name": "t", "type": "typeInMethod.Test"}]
}
],
"taskCount": 5
}