diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-04-20 12:28:28 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-04-20 12:28:28 +0200 |
commit | 24cc6b0db8ef9c718925d14b329f21938e5d2b1b (patch) | |
tree | ecf078b59ea10d8212615dbfc4f0879c3d6560a0 /doc/schema/example/sth.json | |
parent | f3134997ccbb525cd09a8144ed6daeeb3245326a (diff) |
started on our in-progress (re)design documents
Diffstat (limited to 'doc/schema/example/sth.json')
-rw-r--r-- | doc/schema/example/sth.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/schema/example/sth.json b/doc/schema/example/sth.json new file mode 100644 index 0000000..ec3ad11 --- /dev/null +++ b/doc/schema/example/sth.json @@ -0,0 +1,11 @@ +{ + "timestamp": 0, + "tree_size": 0, + "root_hash": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", + "signatures": [ + { + "key_hash": "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB=", + "signature": "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC=" + } + ] +} |