Advertisement
Guest User

Contentful Entry JSON

a guest
Jul 21st, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.84 KB | None | 0 0
  1. {
  2.   "numberField": 5,
  3.   "dateTimeField": "2020-07-23T14:14+00:00",
  4.   "assetField": [
  5.     {
  6.       "sys": {
  7.         "type": "Link",
  8.         "linkType": "Asset",
  9.         "id": "66Rp8Fa2IUubOBfPeJns7E"
  10.       }
  11.     },
  12.     {
  13.       "sys": {
  14.         "type": "Link",
  15.         "linkType": "Asset",
  16.         "id": "1D4yG0GA17YWuav09msPoj"
  17.       }
  18.     },
  19.     {
  20.       "sys": {
  21.         "type": "Link",
  22.         "linkType": "Asset",
  23.         "id": "66Rp8Fa2IUubOBfPeJns7E"
  24.       }
  25.     }
  26.   ],
  27.   "stringField": "String Field Value",
  28.   "richTextField": {
  29.     "data": {},
  30.     "content": [
  31.       {
  32.         "data": {},
  33.         "content": [
  34.           {
  35.             "data": {},
  36.             "marks": [],
  37.             "value": "This is ",
  38.             "nodeType": "text"
  39.           },
  40.           {
  41.             "data": {},
  42.             "marks": [
  43.               {
  44.                 "type": "bold"
  45.               }
  46.             ],
  47.             "value": "Formatted",
  48.             "nodeType": "text"
  49.           },
  50.           {
  51.             "data": {},
  52.             "marks": [],
  53.             "value": " Text.",
  54.             "nodeType": "text"
  55.           }
  56.         ],
  57.         "nodeType": "paragraph"
  58.       }
  59.     ],
  60.     "nodeType": "document"
  61.   },
  62.   "sys": {
  63.     "space": {
  64.       "sys": {
  65.         "type": "Link",
  66.         "linkType": "Space",
  67.         "id": "qjiunow8a0ig"
  68.       }
  69.     },
  70.     "id": "7gRkxpacpEf7yLjL1ukb4G",
  71.     "type": "Entry",
  72.     "createdAt": "2020-07-21T12:34:49.321Z",
  73.     "updatedAt": "2020-07-21T12:36:50.773Z",
  74.     "environment": {
  75.       "sys": {
  76.         "id": "master",
  77.         "type": "Link",
  78.         "linkType": "Environment"
  79.       }
  80.     },
  81.     "revision": 2,
  82.     "contentType": {
  83.       "sys": {
  84.         "type": "Link",
  85.         "linkType": "ContentType",
  86.         "id": "fieldTypes"
  87.       }
  88.     },
  89.     "locale": "en-US"
  90.   }
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement