flow2schema/tests/samples/primitives.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2017-11-05 02:40:46 +03:00
{
"schemas": [
{
"type": "record",
"name": "Type",
"namespace": "primitives",
"fields": [
{"name": "a", "type": "string"},
{"name": "b", "type": "double"},
{"name": "c", "type": "boolean"},
{"name": "d", "type": "null"},
{"name": "e", "type": "bytes"}
]
},
{
"type": "record",
"name": "Interface",
"namespace": "primitives",
"fields": [
{"name": "a", "type": "string"},
{"name": "b", "type": "double"},
{"name": "c", "type": "boolean"},
{"name": "d", "type": "null"},
{"name": "e", "type": "bytes"}
]
},
{
"type": "record",
"name": "Class",
"namespace": "primitives",
"fields": [
{"name": "a", "type": "string"},
{"name": "b", "type": "double"},
{"name": "c", "type": "boolean"},
{"name": "d", "type": "null"},
{"name": "e", "type": "bytes"}
]
}
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
}