mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
16 lines
437 B
JSON
16 lines
437 B
JSON
[{
|
|
"id": 1,
|
|
"dataset_id": "fake-dataset",
|
|
"url": "http://example.com/first",
|
|
"title": "First Example",
|
|
"description": "This is an example",
|
|
"image_url": "http://lorempixel.com/64/64?id=1"
|
|
}, {
|
|
"id": 2,
|
|
"dataset_id": "fake-dataset",
|
|
"url": "http://example.com/second",
|
|
"title": "Second Example",
|
|
"description": "This is a second example",
|
|
"image_url": "http://lorempixel.com/64/64?id=2"
|
|
}]
|