node-stone
Version:
A library for creating, validating and verifying stones
39 lines • 525 B
JSON
{
"invalid": [
{
"unexpected_key": "abc",
"meta": "xxx",
"attributes": "xxx",
"ownership": "xxx",
"embeds": "xxx"
},
{
"attributes": "xxx",
"ownership": "xxx",
"embeds": "xxx"
},
{
"meta": 1234
},
{
"meta": "xxx",
"ownership": 1234
},
{
"meta": "xxx",
"ownership": "xxx",
"attributes": 123
},
{
"meta": "xxx",
"ownership": "xxx",
"attributes": "xxx",
"embeds": 123
},
{
"meta": "xxx",
"ownership": "xxx",
"attributes": 200.10
}
]
}