cic-schema/test_valid.json

26 lines
546 B
JSON
Raw Normal View History

2023-03-05 09:47:07 +01:00
{
"name": "foo",
2023-03-05 11:33:40 +01:00
"description": "bar",
2023-03-05 09:47:07 +01:00
"image": "data:image/svg+xml;base64,",
"targets": [
"0xabcdef0123456789abcdef0123456789abcdef00",
"abcdef0123456789abcdef0123456789abcdef00"
],
2023-03-05 11:33:40 +01:00
"txs": [
"0xabcdef0123456789abcdef0123456789abcdef00abcdef0123456789abcdef00",
"abcdef0123456789abcdef0123456789abcdef00abcdef0123456789abcdef00"
],
"attributes": {
"inky": "pinky",
"blinky": "clyde"
},
2023-03-05 09:47:07 +01:00
"attachments": [
{
"contentType": "text/plain",
"contentTransferEncoding": "8BIT",
"subject": "foo",
"body": "bar"
}
]
}