summaryrefslogtreecommitdiff
path: root/testSchemaFiles/tables.json
diff options
context:
space:
mode:
Diffstat (limited to 'testSchemaFiles/tables.json')
-rw-r--r--testSchemaFiles/tables.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/testSchemaFiles/tables.json b/testSchemaFiles/tables.json
new file mode 100644
index 0000000..c09ec89
--- /dev/null
+++ b/testSchemaFiles/tables.json
@@ -0,0 +1,11 @@
+{
+ "namespace": "system",
+ "type": "record",
+ "name": "tables",
+ "fields": [
+ {
+ "name": "name",
+ "type": "string"
+ }
+ ]
+} \ No newline at end of file