diff options
Diffstat (limited to 'testSchemaFiles/relation_account_framedip.json')
| -rw-r--r-- | testSchemaFiles/relation_account_framedip.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testSchemaFiles/relation_account_framedip.json b/testSchemaFiles/relation_account_framedip.json new file mode 100644 index 0000000..7a07141 --- /dev/null +++ b/testSchemaFiles/relation_account_framedip.json @@ -0,0 +1,37 @@ +{ + "type": "record", + "name": "relation_account_framedip", + "namespace": "tsg_galaxy", + "fields": [ + { + "name":"ROWKEY", + "label":"Row Key", + "type":"string" + }, + { + "name":"acct_status_type", + "label":"Acct Status Type", + "type":"string" + }, + { + "name":"first_found_time", + "label":"First Found Time", + "type":"long" + }, + { + "name":"last_update_time", + "label":"Last Update Time", + "type":"long" + }, + { + "name":"framed_ip", + "label":"Framed IP", + "type":"string" + }, + { + "name":"account", + "label":"Account", + "type":"string" + } + ] +}
\ No newline at end of file |
