Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "1234-ABCD": {
- "id": "abc123",
- "data": {"value": "John"},
- "propId": "firstname",
- "parentId": "1234",
- "createdAt": 1644298800,
- "type": "String"
- },
- "5678-EFGH": {
- "id": "def456",
- "data": {"value": "Doe"},
- "propId": "lastname",
- "parentId": "5678",
- "createdAt": 1644298900,
- "type": "String"
- },
- "9876-IJKL": {
- "id": "ghi789",
- "data": {"value": true},
- "propId": "isVerified",
- "parentId": "9876",
- "createdAt": 1644299000,
- "type": "Boolean"
- },
- "1234-MNOP": {
- "id": "jkl012",
- "data": {"value": "profile_pic_url.jpg"},
- "propId": "profilePic",
- "parentId": "1234",
- "createdAt": 1644299100,
- "type": "FilesArray"
- },
- "5678-QRST": {
- "id": "mno345",
- "data": {"value": 42},
- "propId": "age",
- "parentId": "5678",
- "createdAt": 1644299200,
- "type": "Number"
- },
- "9876-UVWX": {
- "id": "pqr678",
- "data": {"value": "document.pdf"},
- "propId": "files",
- "parentId": "9876",
- "createdAt": 1644299300,
- "type": "FilesArray"
- },
- "1234-YZAB": {
- "id": "stu901",
- "propId": "email",
- "parentId": "1234",
- "createdAt": 1644299400,
- "type": "String"
- },
- "5678-CD12": {
- "id": "vwx234",
- "data": {"value": 25},
- "propId": "yearsOfExperience",
- "parentId": "5678",
- "createdAt": 1644299500,
- "type": "Number"
- },
- "9876-EFGH": {
- "id": "yza567",
- "data": {"value": false},
- "propId": "isActive",
- "parentId": "9876",
- "createdAt": 1644299600,
- "type": "Boolean"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement