Sha256: ff7f21f9c79362ef6412f8c67711d0e8ebd7ba8506202430c17ec2c2f2a44289

Contents?: true

Size: 1.54 KB

Versions: 66

Compression:

Stored size: 1.54 KB

Contents

{
  "fields": [
    {
      "id": "name",
      "name": "Name",
      "type": "Text",
      "required": true,
      "localized": true
    },
    {
      "id": "likes",
      "name": "Likes",
      "type": "Array",
      "required": false,
      "localized": false,
      "items": {
        "type": "Symbol"
      }
    },
    {
      "id": "color",
      "name": "Color",
      "type": "Symbol",
      "required": false,
      "localized": false
    },
    {
      "id": "bestFriend",
      "name": "Best Friend",
      "type": "Link",
      "required": false,
      "localized": false,
      "linkType": "Entry"
    },
    {
      "id": "birthday",
      "name": "Birthday",
      "type": "Date",
      "required": false,
      "localized": false
    },
    {
      "id": "lifes",
      "name": "Lifes left",
      "type": "Integer",
      "required": false,
      "localized": false,
      "disabled": true
    },
    {
      "id": "lives",
      "name": "Lives left",
      "type": "Integer",
      "required": false,
      "localized": false
    },
    {
      "id": "image",
      "name": "Image",
      "required": false,
      "localized": false,
      "type": "Link",
      "linkType": "Asset"
    }
  ],
  "name": "Cat",
  "displayField": "name",
  "description": "Meow.",
  "sys": {
    "space": {
      "sys": {
        "type": "Link",
        "linkType": "Space",
        "id": "cfexampleapi"
      }
    },
    "type": "ContentType",
    "id": "cat",
    "revision": 2,
    "createdAt": "2013-06-27T22:46:12.852Z",
    "updatedAt": "2013-09-02T13:14:47.863Z"
  }
}

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
contentful-1.2.0 spec/fixtures/json_responses/content_type.json
contentful-1.1.1 spec/fixtures/json_responses/content_type.json
contentful-1.1.0 spec/fixtures/json_responses/content_type.json
contentful-1.0.2 spec/fixtures/json_responses/content_type.json
contentful-1.0.1 spec/fixtures/json_responses/content_type.json
contentful-1.0.0 spec/fixtures/json_responses/content_type.json
contentful-0.12.0 spec/fixtures/json_responses/content_type.json
contentful-0.11.0 spec/fixtures/json_responses/content_type.json
contentful-0.10.0 spec/fixtures/json_responses/content_type.json
contentful-0.9.0 spec/fixtures/json_responses/content_type.json
contentful-0.8.0 spec/fixtures/json_responses/content_type.json
contentful-0.7.0 spec/fixtures/json_responses/content_type.json
contentful-0.6.0 spec/fixtures/json_responses/content_type.json
contentful-0.5.0 spec/fixtures/json_responses/content_type.json
contentful-0.4.0 spec/fixtures/json_responses/content_type.json
contentful-0.3.5 spec/fixtures/json_responses/content_type.json
contentful-0.3.4 spec/fixtures/json_responses/content_type.json
contentful-0.3.3 spec/fixtures/json_responses/content_type.json
contentful-0.3.2 spec/fixtures/json_responses/content_type.json
contentful-0.3.1 spec/fixtures/json_responses/content_type.json