Advertisement
yarin0600

Untitled

Feb 7th, 2024
1,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.63 KB | None | 0 0
  1. {
  2.   "1234-ABCD": {
  3.     "id": "abc123",
  4.     "data": {"value": "John"},
  5.     "propId": "firstname",
  6.     "parentId": "1234",
  7.     "createdAt": 1644298800,
  8.     "type": "String"
  9.   },
  10.   "5678-EFGH": {
  11.     "id": "def456",
  12.     "data": {"value": "Doe"},
  13.     "propId": "lastname",
  14.     "parentId": "5678",
  15.     "createdAt": 1644298900,
  16.     "type": "String"
  17.   },
  18.   "9876-IJKL": {
  19.     "id": "ghi789",
  20.     "data": {"value": true},
  21.     "propId": "isVerified",
  22.     "parentId": "9876",
  23.     "createdAt": 1644299000,
  24.     "type": "Boolean"
  25.   },
  26.   "1234-MNOP": {
  27.     "id": "jkl012",
  28.     "data": {"value": "profile_pic_url.jpg"},
  29.     "propId": "profilePic",
  30.     "parentId": "1234",
  31.     "createdAt": 1644299100,
  32.     "type": "FilesArray"
  33.   },
  34.   "5678-QRST": {
  35.     "id": "mno345",
  36.     "data": {"value": 42},
  37.     "propId": "age",
  38.     "parentId": "5678",
  39.     "createdAt": 1644299200,
  40.     "type": "Number"
  41.   },
  42.   "9876-UVWX": {
  43.     "id": "pqr678",
  44.     "data": {"value": "document.pdf"},
  45.     "propId": "files",
  46.     "parentId": "9876",
  47.     "createdAt": 1644299300,
  48.     "type": "FilesArray"
  49.   },
  50.   "1234-YZAB": {
  51.     "id": "stu901",
  52.     "data": {"value": "[email protected]"},
  53.     "propId": "email",
  54.     "parentId": "1234",
  55.     "createdAt": 1644299400,
  56.     "type": "String"
  57.   },
  58.   "5678-CD12": {
  59.     "id": "vwx234",
  60.     "data": {"value": 25},
  61.     "propId": "yearsOfExperience",
  62.     "parentId": "5678",
  63.     "createdAt": 1644299500,
  64.     "type": "Number"
  65.   },
  66.   "9876-EFGH": {
  67.     "id": "yza567",
  68.     "data": {"value": false},
  69.     "propId": "isActive",
  70.     "parentId": "9876",
  71.     "createdAt": 1644299600,
  72.     "type": "Boolean"
  73.   }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement