Skip to content

Instantly share code, notes, and snippets.

@wkwyatt
Last active March 31, 2016 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wkwyatt/0f00529bcd26a22264a4000ef0912b46 to your computer and use it in GitHub Desktop.
Save wkwyatt/0f00529bcd26a22264a4000ef0912b46 to your computer and use it in GitHub Desktop.
{
"audit":
{
"id": 1,
"schemaVersion", "1.0",
"facility": "ST-CD-Mbandaka",
"bottler": "BGI",
"country": "Ivory coast",
"businessUnit": "Central East and West Africa",
"bottlerGroup": "Eurasia Africa",
"status": "completed",
"createdBy: "user1",
"lastUpdatedBy": "user2",
"created": "2016-03-30T10:10:27-04:00",
"lastUpdated": "2016-03-30T10:10:27-04:00",
"dateCompleted": "2016-03-30T10:10:27-04:00"
}
,
"assessmentCategory": [
{
"category": "general",
"title": "General"
},
{
"category": "production-line",
"title": "Production Lines"
},
{
"category": "warehouse-unit",
"title": "Warehouse / Unit"
}
],
"assessments": [
{
"id": 7,
"auditID": 1,
"title": "Site",
"category": "general",
"type": "site",
"createdBy": "default",
"state": "complete",
"score": 90
},
{
"id": 8,
"auditID": 1,
"title": "Warehouse 12",
"category": "warehouse-unit",
"type": "warehouse-unit",
"createdBy": "user1",
"state": "incomplete",
"score": 45
}
],
"sections": [
{
"id": 20,
"auditID": 1,
"assessmentID": 1,
"title": "Activities and Surrounding Environment",
"assessmentType": "site"
},
{
"id": 22,
"auditID": 1,
"assessmentID": 1,
"title": "Section Title",
"assessmentType": "warehouse-unit"
}
],
"questions": [
{
"id": 31,
"sectionID": 1,
"title": "Question Title",
"description": "Question Description",
"tips": [
"Site is not in or close to local industry that emits objectionable smoke, odours, or dust",
"Site is not in an area of or next to hazardous substances or wastes (such as landfill) ",
"Site does not have an environmental impact which will draw adverse media and public reaction which could damage TCCC's reputation",
"Top management review and assess food safety risks to ensure they continue to be effective and created action plan as necessary"
],
"type": ""
},
{
"id": 32,
"sectionID": 1,
"title": "Question Title",
"description": "Question Description",
"tips": [],
"type": "gateway"
}
],
"answers": [
{
"id": 11,
"auditID": 1,
"assessmentID": 1,
"sectionID": 2,
"questionID": 31,
"answer": "",
"failures": 2,
"reason": "",
"note": "",
"timestamp": "2016-03-30T10:10:27-04:00"
}
],
"photos": [
{
"id": 73,
"answerID": 21,
"path": "",
"url": ""
}
]
}
@wkwyatt
Copy link
Author

wkwyatt commented Mar 30, 2016

timestamp format in UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment