mirror of
https://github.com/foomo/contentful.git
synced 2025-10-16 12:25:37 +00:00
30 lines
432 B
JSON
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"
|
|
}
|
|
]
|
|
}
|