contentful/testdata/space-1.json
2017-03-20 23:18:47 +03:00

30 lines
432 B
JSON

{
"sys": {
"type": "Space",
"id": "id1",
"createdAt": "somedate",
"version": 3
},
"name": "Contentful Example API",
"locales": [
{
"code": "en-US",
"default": true,
"name": "English",
"fallbackCode": null
},
{
"code": "tlh",
"default": false,
"name": "Klingon",
"fallbackCode": "en-US"
},
{
"code": "bc-BC",
"default": false,
"name": "Baconglish",
"fallbackCode": "tlh"
}
]
}