JSON
CloneableJSON Documentation
JSON Schema Guide
Schema GuideSchema
{
"measure_pole_task_list": {
"type": "array",
"description": "Array of tasks associated with the pole",
"array_type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the task or attachment"
},
"name": {
"type": "string",
"description": "Name of the task to be performed on the pole"
},
"inspection_phase": {
"type": "string",
"description": "Phase of the inspection this task will be presented. ar or photo"
},
"design_height": {
"type": "number",
"description": "Expected height for the task in meters"
},
"actual_height": {
"type": "number",
"description": "The actual measured height in meters"
},
"status": {
"type": "string",
"description": "Status of the item"
}
}
}
}Creating a CloneableJSON instance
Working with CloneableJSON
Creating the Measure Pole Task List
Adding Multiple Tasks
Accessing and Modifying Data
Validating the Data
Best Practices
Last updated

