Last active
April 12, 2016 14:07
-
-
Save rlburkes/5c964e6f8d737e0a8a145dd3d9901761 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "{SYSTEM_ID}", | |
"parent_id": "{PARENT_SYSTEM_ID}", | |
"product_type": [ "leaf" ], | |
"updated_at": "2016-04-07T12:52:03.059Z", | |
"indexed_at": "2016-04-07T13:29:54.262+00:00", | |
"created_at": "2016-04-07T13:29:54.262+00:00", | |
"list_membership": [ | |
"{SYSTEM_ID}" | |
], | |
"workflow_assignee": [ | |
{ | |
"id": "{SYSTEM_ID}", | |
"type": "user" | |
} | |
], | |
"pending_workflows": [ | |
"{SYSTEM_ID}" | |
], | |
"completed_workflows": [ | |
"{SYSTEM_ID}" | |
], | |
"blocked_workflow_tasks": [ | |
{ | |
"id": "{SYSTEM_ID}", | |
"workflow_id": "{SYSTEM_ID}" | |
} | |
], | |
"active_workflow_tasks": [ | |
{ | |
"id": "{SYSTEM_ID}", | |
"workflow_id": "{SYSTEM_ID}" | |
} | |
], | |
"completed_workflow_tasks": [ | |
{ | |
"id": "{SYSTEM_ID}", | |
"workflow_id": "{SYSTEM_ID}" | |
} | |
], | |
"properties": { | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "This is a String", | |
"name": "This is a String" | |
} | |
], | |
"data_type": "string" | |
}, | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "12345", | |
"name": "12345", | |
"double": "12345" | |
} | |
], | |
"data_type": "number" | |
}, | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "{SYSTEM_ID}", | |
"name": ["Grand Parent", "Parent", "Child"], | |
"path_id": "Grand Parent ID☃Parent ID☃Child ID" | |
} | |
], | |
"data_type": "enumerated" | |
}, | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "2016-04-14", | |
"name": "2016-04-14", | |
"date": "2016-04-14" | |
} | |
], | |
"data_type": "date", | |
}, | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "<strong>Super Bold <em>now italic</em></strong>", | |
"name": "<strong>Super Bold <em>now italic</em></strong>" | |
} | |
], | |
"data_type": "rich_text", | |
}, | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "<div>Whohoo HTML</div>", | |
"name": "<div>Whohoo HTML</div>" | |
} | |
], | |
"data_type": "html", | |
}, | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "http://lemerg.com/data/wallpapers/28/625647.jpg", | |
"name": "http://lemerg.com/data/wallpapers/28/625647.jpg" | |
} | |
], | |
"data_type": "link", | |
}, | |
"{SYSTEM_ID}": { | |
"values": [ | |
{ | |
"id": "{ASSET SYSTEM_ID}", | |
"external_id": "{ASSET_EXTERNAL_ID}", | |
"name": "nafqjbbt1awb8bpa23r2.jpg" | |
} | |
], | |
"data_type": "digital_asset", | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment