summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/avro/tests/schema_tests/pass/record
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/avro/tests/schema_tests/pass/record')
-rw-r--r--src/fluent-bit/lib/avro/tests/schema_tests/pass/record5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/avro/tests/schema_tests/pass/record b/src/fluent-bit/lib/avro/tests/schema_tests/pass/record
new file mode 100644
index 000000000..43ac456f7
--- /dev/null
+++ b/src/fluent-bit/lib/avro/tests/schema_tests/pass/record
@@ -0,0 +1,5 @@
+{"name": "person",
+ "type": "record",
+ "fields": [ {"name": "height", "type": "long"},
+ {"name": "weight", "type": "long"},
+ {"name": "name", "type": "string"}]}