Commit fe45a276 by Owen Ryan Ang

schema update

parent 20ded74e
...@@ -84,10 +84,10 @@ ...@@ -84,10 +84,10 @@
"fieldLabel" : "Gender", "fieldLabel" : "Gender",
"aka" : "field9", "aka" : "field9",
"validation" : { "validation" : {
"fieldLength" : 30.0, "fieldLength" : 1.0,
"collection" : "alphanumeric", "collection" : "radiolist",
"validDate" : "", "items" : [ "M", "F" ],
"mandatory" : true "mandatory" : false
} }
}, },
"age" : { "age" : {
...@@ -309,17 +309,7 @@ ...@@ -309,17 +309,7 @@
"fieldLength" : 1.0, "fieldLength" : 1.0,
"collection" : "checklist", "collection" : "checklist",
"validDate" : "", "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" ], "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
}
},
"other_nature_of_offense" : {
"fieldLabel" : "Other Nature of Offense",
"aka" : "field24",
"validation" : {
"fieldLength" : 30.0,
"collection" : "alphanumeric",
"validDate" : "",
"mandatory" : true "mandatory" : true
} }
}, },
...@@ -330,7 +320,7 @@ ...@@ -330,7 +320,7 @@
"fieldLength" : 30.0, "fieldLength" : 30.0,
"collection" : "alphanumeric", "collection" : "alphanumeric",
"validDate" : "", "validDate" : "",
"mandatory" : true "mandatory" : false
} }
}, },
"witness" : { "witness" : {
...@@ -538,10 +528,10 @@ ...@@ -538,10 +528,10 @@
"fieldLabel" : "Gender", "fieldLabel" : "Gender",
"aka" : "field9", "aka" : "field9",
"validation" : { "validation" : {
"fieldLength" : 30.0, "fieldLength" : 1.0,
"collection" : "alphanumeric", "collection" : "radiolist",
"validDate" : "", "items" : [ "M", "F" ],
"mandatory" : true "mandatory" : false
} }
}, },
"age" : { "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