19 lines
539 B
Plaintext
19 lines
539 B
Plaintext
|
|
JSON Fingerprint Format Design
|
|
|
|
|
|
Fingerprint Naming Convention
|
|
Fully Qualified Domain App Name + "__" + database name + "__" + "dbfp.json"
|
|
|
|
|
|
JSON File Format:
|
|
|
|
1. "_file-metadata": has information regarding how this fingerprint was created
|
|
|
|
2. "db-metadata": contains the sql create statements for each table in the database
|
|
|
|
3. "db-metadata-hashes": contains the md5 hashes of each create statement (for quicker comparisons of fingerprints)
|
|
|
|
4. "table": is the database schema in a hash format to be loaded into the fingerprint program
|
|
|