Skip to content

Instantly share code, notes, and snippets.

@manas-raj-shrestha
Created December 5, 2019 10:17
Show Gist options
  • Save manas-raj-shrestha/0bc6386c90b76a34540539b974312d1c to your computer and use it in GitHub Desktop.
Save manas-raj-shrestha/0bc6386c90b76a34540539b974312d1c to your computer and use it in GitHub Desktop.
Custom forms JSON
[{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155667",
"name": "Elevation",
"editted_at": "1575359407010",
"component": [{
"type": "section",
"type_data": {
"section_name": "Depth",
"section_id": "4e7caa4e-15a1-11ea-8d71-362b9e155999",
"fields": [{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Depth To Product",
"value": "9",
"field_type": "number",
"weight": "1"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Depth To Water",
"value": "4",
"field_type": "number",
"weight": "1"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155699",
"field_name": "Depth To Botom",
"value": "10",
"field_type": "number",
"weight": "0.5"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Free Product Thickness",
"value": "4",
"field_type": "number",
"weight": "0.5"
}
]
}
}, {
"type": "section",
"type_data": {
"section_name": "Weather",
"section_id": "4e7caa4e-15a1-11ea-8d71-362b9e155999",
"fields": [{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Weather",
"value": "9",
"field_type": "drop_down",
"weight": "0.5"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Temperature",
"value": "19",
"field_type": "number",
"weight": "0.5"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155699",
"field_name": "Wind Speed",
"value": "10",
"field_type": "number",
"weight": "1"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Wind Direction",
"value": "4",
"field_type": "drop_down",
"weight": "1"
}
]
}
},
{
"type": "section",
"type_data": {
"section_name": "Comments or Notes",
"section_id": "4e7caa4e-15a1-11ea-8d71-362b9e155999",
"fields": [{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Note/Comments",
"value": "Well is not accessible",
"field_type": "String"
}]
}
}
]
}, {
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155667",
"name": "Equipment",
"editted_at": "1575359407010",
"component": [{
"type": "section",
"type_data": {
"section_name": "Equipment Info",
"section_id": "4e7caa4e-15a1-11ea-8d71-362b9e155999",
"fields": [{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Type Of Meter",
"value": "9",
"field_type": "drop_down",
"weight": "1"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Meter Calibrated At",
"value": "4",
"field_type": "date_time",
"weight": "1"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155699",
"field_name": "Cell Flow Size",
"value": "10",
"field_type": "number",
"weight": "1"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Pump Model",
"value": "4",
"field_type": "drop_down",
"weight": "1"
}, {
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155699",
"field_name": "Pump Placement from TOC",
"value": "10",
"field_type": "number",
"weight": "1"
},
{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Tubing Type",
"value": "4",
"field_type": "drop_down",
"weight": "1"
}
]
}
},
{
"type": "section",
"type_data": {
"section_name": "Comments or Notes",
"section_id": "4e7caa4e-15a1-11ea-8d71-362b9e155999",
"fields": [{
"id": "3d7caa4e-15a1-11ea-8d71-362b9e155669",
"field_name": "Note/Comments",
"value": "Well is not accessible",
"field_type": "Note/Comments",
"weight": "1"
}]
}
}
]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment