www.byjp.me/indiekit/helpers/fixtures/jf2/all-properties.jf2
JP Hastings-Spital f90ecd1dcd [Indiekit] Add fixture helpers
I can't quite get my head around how @indiekit-test/fixtures is available to the tests in the official indiekit repo, so I've copied it here for now.
2024-10-08 12:13:23 +01:00

40 lines
1.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"type": "entry",
"url": "https://website.example/posts/cheese-sandwich",
"name": "What I had for lunch",
"content": {
"html": "<p>I ate a <a href=\"https://en.wikipedia.org/wiki/Cheese\">cheese</a> sandwich, which was nice.</p>",
"text": "I ate a [cheese](https://en.wikipedia.org/wiki/Cheese) sandwich, which was nice."
},
"summary": "A very satisfactory meal.",
"published": "2020-02-02",
"category": ["lunch", "food"],
"audio": [{
"url": "https://website.example/audio.mp3"
}],
"photo": [{
"alt": "Alternative text",
"url": "https://website.example/photo.jpg"
}],
"video": [{
"url": "https://website.example/video.mp4"
}],
"start": "2020-02-02",
"end": "2020-02-20",
"rsvp": "Yes",
"location": {
"type": "geo",
"latitude": "37.780080",
"longitude": "-122.420160",
"name": "37° 46 48.29″ N 122° 25 12.576″ W"
},
"bookmark-of": "https://website.example",
"like-of": "https://website.example",
"repost-of": "https://website.example",
"in-reply-to": "https://website.example",
"post-status": "draft",
"visibility": "private",
"syndication": "https://website.example/post/12345",
"mp-slug": "cheese-sandwich",
"mp-syndicate-to": "https://mastodon.example"
}