Commit fe45a276 by Owen Ryan Ang

schema update

parent 20ded74e
......@@ -84,10 +84,10 @@
"fieldLabel" : "Gender",
"aka" : "field9",
"validation" : {
"fieldLength" : 30.0,
"collection" : "alphanumeric",
"validDate" : "",
"mandatory" : true
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "M", "F" ],
"mandatory" : false
}
},
"age" : {
......@@ -309,17 +309,7 @@
"fieldLength" : 1.0,
"collection" : "checklist",
"validDate" : "",
"items" : [ "Urinating/Defecating/Indiscriminate Disposal", "Littering", "Dirty Frontage/Surroundings", "Improper Disposal", "Dumping of Grease/Fat/Lard and Oil Residue in Drainage/waterways", "Disposal of Untreated wasteways", "sludge", "chemicals in waterways", "No Trash can in Public Utility Jeep", "Illegal Spillage/Scattering", "Illegal Recycling/Sorting", "Burning of Waste", "No Canvass Cover", "Unsanitized Truck", "No Proper Cleaning/Clearing Materials" ],
"mandatory" : true
}
},
"other_nature_of_offense" : {
"fieldLabel" : "Other Nature of Offense",
"aka" : "field24",
"validation" : {
"fieldLength" : 30.0,
"collection" : "alphanumeric",
"validDate" : "",
"items" : [ "Urinating/Defecating/Indiscriminate Disposal", "Littering", "Dirty Frontage/Surroundings", "Improper Disposal", "Dumping of Grease/Fat/Lard and Oil Residue in Drainage/waterways", "Disposal of Untreated wasteways", "sludge", "chemicals in waterways", "No Trash can in Public Utility Jeep", "Illegal Spillage/Scattering", "Illegal Recycling/Sorting", "Burning of Waste", "No Canvass Cover", "Unsanitized Truck", "No Proper Cleaning/Clearing Materials", "Other" ],
"mandatory" : true
}
},
......@@ -330,7 +320,7 @@
"fieldLength" : 30.0,
"collection" : "alphanumeric",
"validDate" : "",
"mandatory" : true
"mandatory" : false
}
},
"witness" : {
......@@ -538,10 +528,10 @@
"fieldLabel" : "Gender",
"aka" : "field9",
"validation" : {
"fieldLength" : 30.0,
"collection" : "alphanumeric",
"validDate" : "",
"mandatory" : true
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "M", "F" ],
"mandatory" : false
}
},
"age" : {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment