UNPKG

node-stone

Version:

A library for creating, validating and verifying stones

88 lines (87 loc) 1.63 kB
{ "missingBlocks": [ { "attributes": { "some_key": "some_value" } } ], "invalid": [ { "meta": { "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "something", "created_at": 1453975574 }, "attributes": "abc" }, { "meta": { "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "something", "created_at": 1453975574 }, "attributes": { "ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "data": null }, "embeds": "abcde" } ], "valid": [ { "meta": { "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "something", "created_at": 1453975574 }, "embeds": {} }, { "meta": { "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "something", "created_at": 1453975574 }, "ownership": { "ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "sole", "sole": { "address_id": "xxx" } }, "embeds": {} }, { "meta": { "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "something", "created_at": 1453975574 }, "attributes": { "ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "data": 123 }, "embeds": {} }, { "meta": { "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "something", "created_at": 1453975574 }, "embeds": { "ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "data": [ { "meta": { "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "type": "something", "created_at": 1453975574 } } ] } } ] }