contentful/testdata/entry_3.json
2017-03-20 23:12:34 +03:00

63 lines
1.1 KiB
JSON

{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "cfexampleapi"
}
},
"id": "foocat",
"type": "Entry",
"createdAt": "2013-06-27T22:46:19.513Z",
"updatedAt": "2013-09-04T09:19:39.027Z",
"revision": 5,
"contentType": {
"sys": {
"type": "Link",
"linkType": "ContentType",
"id": "cat"
}
}
},
"fields": {
"name": {
"en-US": "Nyan Cat",
"tlh": "Nyan vIghro'"
},
"likes": {
"en-US": [
"rainbows",
"fish"
]
},
"color": {
"en-US": "rainbow"
},
"bestFriend": {
"en-US": {
"sys": {
"type": "Link",
"linkType": "Entry",
"id": "happycat"
}
}
},
"birthday": {
"en-US": "2011-04-04T22:00:00+00:00"
},
"lives": {
"en-US": 1337
},
"image": {
"en-US": {
"sys": {
"type": "Link",
"linkType": "Asset",
"id": "nyancat"
}
}
}
}
}