mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
15 lines
437 B
JSON
15 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"
|
|
}]
|