diff options
Diffstat (limited to 'testSchemaFiles/tables.json')
| -rw-r--r-- | testSchemaFiles/tables.json | 11 |
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 |
