a5bfeb5ec5
The test also tests "src based tags" as can be seen in dataset name
21 lines
578 B
JSON
21 lines
578 B
JSON
{
|
|
"items": [
|
|
{
|
|
"type": [ "http://n.whatwg.org/work" ],
|
|
"properties": {
|
|
"work": [ "http://blog.example.com/gallery/images/house.jpeg" ],
|
|
"title": [ "The house I found." ],
|
|
"license": [ "http://www.opensource.org/licenses/mit-license.php" ]
|
|
}
|
|
},
|
|
{
|
|
"type": [ "http://n.whatwg.org/work" ],
|
|
"properties": {
|
|
"work": [ "http://blog.example.com/gallery/images/mailbox.jpeg" ],
|
|
"title": [ "The mailbox." ],
|
|
"license": [ "http://www.opensource.org/licenses/mit-license.php" ]
|
|
}
|
|
}
|
|
]
|
|
}
|