flow2schema/tests/samples/typeInMethod.json

18 lines
378 B
JSON
Raw Normal View History

2017-11-05 02:40:46 +03:00
{
"schemas": [
{
"type": "record",
"name": "Test",
"namespace": "typeInMethod",
"fields": []
},
{
"type": "record",
"name": "X",
"namespace": "typeInMethod._1",
"fields": [{"name": "t", "type": "typeInMethod.Test"}]
}
2017-11-05 12:28:10 +03:00
],
2017-11-09 12:10:21 +03:00
"taskCount": 5
2017-11-05 02:40:46 +03:00
}