node-stone
Version:
A library for creating, validating and verifying stones
38 lines • 598 B
JSON
{
"invalid": [
{
"unexpected_key": "abc",
"id": "xxx"
},
{
"id": "xxx",
"created_at": 12334444
},
{
"id": 1,
"type": "a_type",
"created_at": 12334444
},
{
"id": "abc",
"type": "a_type",
"created_at": 12334444
},
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"type": 123,
"created_at": 12334444
},
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"type": "something",
"created_at": "abcde"
},
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"type": "something",
"created_at": 1453975574
},
{}
]
}