aboutsummaryrefslogtreecommitdiff
path: root/tests/Formats/samples/feed.emptyItems.json
blob: 0287d428917599aa0800f88368b3cbb37b6bf959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"server": {
		"HTTPS": "on",
		"HTTP_HOST": "example.com",
		"REQUEST_URI": "/feed"
	},
	"meta": {
		"name": "Sample feed with minimum data",
		"uri": "",
		"icon": ""
	},
	"items": [
		{
			"title": "Sample Item #1"
		},{
			"title": "Sample Item #2"
		}
	]
}