{ "currentVersion": 10.81, "id": 0, "name": "MS4 Outfall", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "CREATEDATE", "creatorField": "CREATEDBY", "editDateField": "LASTUPDATE", "editorField": "LASTEDITOR" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": 2241399.4889085144, "ymin": 1392867.0291984081, "xmax": 2252901.737639688, "ymax": 1425752.214740254, "spatialReference": { "wkid": 102667, "latestWkid": 2240 } }, "sourceSpatialReference": { "wkid": 102667, "latestWkid": 2240 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "InspectionStatus", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 85, 255, 0, 255 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Complete", "label": "Complete", "description": "" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 255, 0, 255 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Diff Zone", "label": "Different Zone", "description": "" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 0, 0, 255 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Not Complete", "label": "Not Complete", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": true, "supportsAttachmentsByUploadId": true, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "Govt", "typeIdField": "InspectionStatus", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "Govt", "type": "esriFieldTypeString", "alias": "City Name", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": "Brookhaven", "modelName": "Govt" }, { "name": "ScreeningDate", "type": "esriFieldTypeDate", "alias": "Screening Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "ScreeningDate" }, { "name": "ScreeningTime", "type": "esriFieldTypeString", "alias": "Screening Time", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "ScreeningTime" }, { "name": "Weather", "type": "esriFieldTypeString", "alias": "Weather", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Weather" }, { "name": "DataSheet", "type": "esriFieldTypeString", "alias": "Data Sheet", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "DataSheet" }, { "name": "Inspector", "type": "esriFieldTypeString", "alias": "Inspector", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Inspector" }, { "name": "OutfallLocation", "type": "esriFieldTypeString", "alias": "Outfall Location", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OutfallLocation" }, { "name": "OutfallID", "type": "esriFieldTypeString", "alias": "Outfall ID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OutfallID" }, { "name": "OutfallType", "type": "esriFieldTypeString", "alias": "Outfall Type", "domain": { "type": "codedValue", "name": "dmOutfallType", "description": "Type of Structure", "codedValues": [ { "name": "CATCH BASIN", "code": "CB" }, { "name": "CONTROL STRUCTURE", "code": "CS" }, { "name": "DROP INLET", "code": "DI" }, { "name": "FLUME", "code": "FL" }, { "name": "HEADWALL", "code": "HW" }, { "name": "INTERSECTION", "code": "INT" }, { "name": "JUNCTION BOX", "code": "JB" }, { "name": "MANHOLE", "code": "MH" }, { "name": "PLAIN PIPE END", "code": "PPE" }, { "name": "TRENCH DRAIN", "code": "TD" }, { "name": "SPILLWAY", "code": "SPW" }, { "name": "STAND PIPE", "code": "SP" }, { "name": "OPEN CHANNEL", "code": "OC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OutfallType" }, { "name": "ClosedPipe", "type": "esriFieldTypeString", "alias": "Closed Pipe", "domain": { "type": "codedValue", "name": "dmClosedPipe", "description": "", "codedValues": [ { "name": "RCP", "code": "RCP" }, { "name": "PVC", "code": "PVC" }, { "name": "HDPE", "code": "HDPE" }, { "name": "AS", "code": "AS" }, { "name": "BITUM COATED CMP", "code": "BCCMP" }, { "name": "BK", "code": "BK" }, { "name": "CAST IRON", "code": "CI" }, { "name": "CORR METAL PIPE", "code": "CMP" }, { "name": "OTHER", "code": "OTH" }, { "name": "VCP", "code": "VCP" }, { "name": "DUCTILE IRON PIPE", "code": "DIP" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "ClosedPipe" }, { "name": "OpenChannel", "type": "esriFieldTypeString", "alias": "Open Channel", "domain": { "type": "codedValue", "name": "dmOpenChannel", "description": "", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Earthen", "code": "Earthen" }, { "name": "Grassy", "code": "Grassy" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OpenChannel" }, { "name": "PipeSize", "type": "esriFieldTypeInteger", "alias": "Pipe Size", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PipeSize" }, { "name": "Watershed", "type": "esriFieldTypeString", "alias": "Watershed", "domain": { "type": "codedValue", "name": "dmWatershed", "description": "", "codedValues": [ { "name": "NANCY CREEK", "code": "NANCY CREEK" }, { "name": "NORTH FORK PEACHTREE CREEK", "code": "NORTH FORK PEACHTREE CREEK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Watershed" }, { "name": "LandUse", "type": "esriFieldTypeString", "alias": "LandUse", "domain": { "type": "codedValue", "name": "dmLandUse", "description": "", "codedValues": [ { "name": "Residential", "code": "Res" }, { "name": "Commercial", "code": "Com" }, { "name": "Industrial", "code": "Ind" }, { "name": "Undeveloped", "code": "Und" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LandUse" }, { "name": "Lat", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Lat" }, { "name": "Lng", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Lng" }, { "name": "Flow", "type": "esriFieldTypeString", "alias": "Flow", "domain": { "type": "codedValue", "name": "Boolean", "description": "", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Flow" }, { "name": "FlowType", "type": "esriFieldTypeString", "alias": "Flow Type", "domain": { "type": "codedValue", "name": "dmFlowType", "description": "", "codedValues": [ { "name": "Trickle", "code": "Trickle" }, { "name": "Moderate", "code": "Moderate" }, { "name": "Fast", "code": "Fast" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FlowType" }, { "name": "Odor", "type": "esriFieldTypeString", "alias": "Odor", "domain": { "type": "codedValue", "name": "dmOdor", "description": "", "codedValues": [ { "name": "None", "code": "None" }, { "name": "Sewage", "code": "Sewage" }, { "name": "Sulfide", "code": "Sulfide" }, { "name": "Gas", "code": "Gas" }, { "name": "Rancid / Sour", "code": "Rancid" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Odor" }, { "name": "OdorSeverity", "type": "esriFieldTypeString", "alias": "Odor Severity", "domain": { "type": "codedValue", "name": "dmOdorSeverity", "description": "", "codedValues": [ { "name": "None", "code": "None" }, { "name": "Faint", "code": "Faint" }, { "name": "Easily Detected", "code": "Easily" }, { "name": "Noticeable from a distance", "code": "Notice" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OdorSeverity" }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "domain": { "type": "codedValue", "name": "dmColor", "description": "", "codedValues": [ { "name": "Clear", "code": "Clear" }, { "name": "White", "code": "White" }, { "name": "Gray", "code": "Gray" }, { "name": "Orange / Rust", "code": "Orange" }, { "name": "Yellow", "code": "Yellow" }, { "name": "Green", "code": "Green" }, { "name": "Brown / Black", "code": "Brown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Color" }, { "name": "ColorSeverity", "type": "esriFieldTypeString", "alias": "Color Severity", "domain": { "type": "codedValue", "name": "dmColorSeverity", "description": "", "codedValues": [ { "name": "None", "code": "None" }, { "name": "Faint", "code": "Faint" }, { "name": "Clearly Visible in Bottle", "code": "Clearly" }, { "name": "Noticeable in Flow", "code": "Noticable" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "ColorSeverity" }, { "name": "Turbidity", "type": "esriFieldTypeString", "alias": "Turbidity", "domain": { "type": "codedValue", "name": "dmTurbidity", "description": "", "codedValues": [ { "name": "None", "code": "None" }, { "name": "Cloudy", "code": "Cloudy" }, { "name": "Opaque", "code": "Opaque" }, { "name": "Muddy", "code": "Muddy" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Turbidity" }, { "name": "TurbiditySeverity", "type": "esriFieldTypeString", "alias": "Turbidity Severity", "domain": { "type": "codedValue", "name": "dmTurbiditySeverity", "description": "", "codedValues": [ { "name": "Slight cloudiness", "code": "Slight cloudiness" }, { "name": "Cloudy", "code": "Cloudy" }, { "name": "Opaque", "code": "Opaque" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "TurbiditySeverity" }, { "name": "Float", "type": "esriFieldTypeString", "alias": "Floatables", "domain": { "type": "codedValue", "name": "dmFloat", "description": "", "codedValues": [ { "name": "None", "code": "None" }, { "name": "Sewage / Toilet Paper", "code": "Sewage" }, { "name": "Oil Sheen", "code": "Oil" }, { "name": "Bacteria", "code": "Bacteria" }, { "name": "Suds / Foam", "code": "Suds" }, { "name": "Trash", "code": "Trash" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Float" }, { "name": "FloatSeverity", "type": "esriFieldTypeString", "alias": "Floatables Severity", "domain": { "type": "codedValue", "name": "dmFloatSeverity", "description": "", "codedValues": [ { "name": "None", "code": "None" }, { "name": "Slight", "code": "Slight" }, { "name": "Moderate", "code": "Moderate" }, { "name": "Heavy", "code": "Heavy" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FloatSeverity" }, { "name": "FlowDescrip", "type": "esriFieldTypeString", "alias": "Flow Description", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FlowDescrip" }, { "name": "FlowTemp", "type": "esriFieldTypeDouble", "alias": "Flow Temperature", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FlowTemp" }, { "name": "FlowpH", "type": "esriFieldTypeDouble", "alias": "Flow pH", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FlowpH" }, { "name": "FlowConductivity", "type": "esriFieldTypeDouble", "alias": "Flow Conductivity", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FlowConductivity" }, { "name": "Calibrated", "type": "esriFieldTypeString", "alias": "Meter Calibrated", "domain": { "type": "codedValue", "name": "Boolean", "description": "", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Calibrated" }, { "name": "FieldKit", "type": "esriFieldTypeString", "alias": "Field Kit", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FieldKit" }, { "name": "Model", "type": "esriFieldTypeString", "alias": "Model", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Model" }, { "name": "Fluoride", "type": "esriFieldTypeString", "alias": "Fluoride", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Fluoride" }, { "name": "Surfac", "type": "esriFieldTypeString", "alias": "Surfactants", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Surfac" }, { "name": "Fecal", "type": "esriFieldTypeDouble", "alias": "Fecal Coliform", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Fecal" }, { "name": "GrabSample", "type": "esriFieldTypeString", "alias": "Grab Sample", "domain": { "type": "codedValue", "name": "Boolean", "description": "", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "GrabSample" }, { "name": "Comments", "type": "esriFieldTypeString", "alias": "Comments", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "Comments" }, { "name": "IDSuspected", "type": "esriFieldTypeString", "alias": "Illicit Discharge Suspected", "domain": { "type": "codedValue", "name": "Boolean", "description": "", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "IDSuspected" }, { "name": "IDPotential", "type": "esriFieldTypeString", "alias": "Potential for Illicit Discharge", "domain": { "type": "codedValue", "name": "dmIllicitPotential", "description": "", "codedValues": [ { "name": "Unlikely or No Flow", "code": "Unlikely" }, { "name": "Possible (presence of two or more Indicators)", "code": "Possible" }, { "name": "Suspect (one or more indicators with severity 2 or 3)", "code": "Suspect" }, { "name": "Obvious or Confirmed", "code": "Obvious" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "IDPotential" }, { "name": "IDTraced", "type": "esriFieldTypeString", "alias": "Previously Traced", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "IDTraced" }, { "name": "NPDES_Zone", "type": "esriFieldTypeString", "alias": "NPDES Zone", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "NPDES_Zone" }, { "name": "InspectionStatus", "type": "esriFieldTypeString", "alias": "Inspection Status", "domain": { "type": "codedValue", "name": "dmInspStatus", "description": "Status of Inspection", "codedValues": [ { "name": "Complete", "code": "Complete" }, { "name": "Not Complete", "code": "Not Complete" }, { "name": "Different Zone", "code": "Diff Zone" }, { "name": "Annex Complete", "code": "Annex Complete" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "InspectionStatus" }, { "name": "ID_Comments", "type": "esriFieldTypeString", "alias": "Illicit Discharge Comments", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "ID_Comments" }, { "name": "CREATEDBY", "type": "esriFieldTypeString", "alias": "CREATEDBY", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "CREATEDBY" }, { "name": "CREATEDATE", "type": "esriFieldTypeDate", "alias": "CREATEDATE", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "CREATEDATE" }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "LASTEDITOR", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "LASTEDITOR" }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "LASTUPDATE", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LASTUPDATE" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R951_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_951", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_951", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S762_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": "Complete", "name": "Complete", "domains": { "OutfallType": {"type": "inherited"}, "ClosedPipe": {"type": "inherited"}, "OpenChannel": {"type": "inherited"}, "Watershed": {"type": "inherited"}, "LandUse": {"type": "inherited"}, "Flow": {"type": "inherited"}, "FlowType": {"type": "inherited"}, "Odor": {"type": "inherited"}, "OdorSeverity": {"type": "inherited"}, "Color": {"type": "inherited"}, "ColorSeverity": {"type": "inherited"}, "Turbidity": {"type": "inherited"}, "TurbiditySeverity": {"type": "inherited"}, "Float": {"type": "inherited"}, "FloatSeverity": {"type": "inherited"}, "Calibrated": {"type": "inherited"}, "GrabSample": {"type": "inherited"}, "IDSuspected": {"type": "inherited"}, "IDPotential": {"type": "inherited"}, "InspectionStatus": {"type": "inherited"} }, "templates": [ { "name": "Complete", "description": "", "prototype": { "attributes": { "ID_Comments": null, "NPDES_Zone": null, "Govt": "Brookhaven", "ScreeningDate": null, "ScreeningTime": null, "Weather": null, "DataSheet": null, "Inspector": null, "OutfallLocation": null, "OutfallID": null, "OutfallType": null, "ClosedPipe": null, "OpenChannel": null, "PipeSize": null, "Watershed": null, "LandUse": null, "Lat": null, "Lng": null, "Flow": null, "FlowType": null, "Odor": null, "OdorSeverity": null, "Color": null, "ColorSeverity": null, "Turbidity": null, "TurbiditySeverity": null, "Float": null, "FloatSeverity": null, "FlowDescrip": null, "FlowTemp": null, "FlowpH": null, "FlowConductivity": null, "Calibrated": null, "FieldKit": null, "Model": null, "Fluoride": null, "Surfac": null, "Fecal": null, "GrabSample": null, "Comments": null, "IDSuspected": null, "IDPotential": null, "IDTraced": null, "InspectionStatus": "Complete" } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": "Diff Zone", "name": "Diff Zone", "domains": { "OutfallType": {"type": "inherited"}, "ClosedPipe": {"type": "inherited"}, "OpenChannel": {"type": "inherited"}, "Watershed": {"type": "inherited"}, "LandUse": {"type": "inherited"}, "Flow": {"type": "inherited"}, "FlowType": {"type": "inherited"}, "Odor": {"type": "inherited"}, "OdorSeverity": {"type": "inherited"}, "Color": {"type": "inherited"}, "ColorSeverity": {"type": "inherited"}, "Turbidity": {"type": "inherited"}, "TurbiditySeverity": {"type": "inherited"}, "Float": {"type": "inherited"}, "FloatSeverity": {"type": "inherited"}, "Calibrated": {"type": "inherited"}, "GrabSample": {"type": "inherited"}, "IDSuspected": {"type": "inherited"}, "IDPotential": {"type": "inherited"}, "InspectionStatus": {"type": "inherited"} }, "templates": [ { "name": "Different Zone", "description": "", "prototype": { "attributes": { "ID_Comments": null, "NPDES_Zone": null, "Govt": "Brookhaven", "ScreeningDate": null, "ScreeningTime": null, "Weather": null, "DataSheet": null, "Inspector": null, "OutfallLocation": null, "OutfallID": null, "OutfallType": null, "ClosedPipe": null, "OpenChannel": null, "PipeSize": null, "Watershed": null, "LandUse": null, "Lat": null, "Lng": null, "Flow": null, "FlowType": null, "Odor": null, "OdorSeverity": null, "Color": null, "ColorSeverity": null, "Turbidity": null, "TurbiditySeverity": null, "Float": null, "FloatSeverity": null, "FlowDescrip": null, "FlowTemp": null, "FlowpH": null, "FlowConductivity": null, "Calibrated": null, "FieldKit": null, "Model": null, "Fluoride": null, "Surfac": null, "Fecal": null, "GrabSample": null, "Comments": null, "IDSuspected": null, "IDPotential": null, "IDTraced": null, "InspectionStatus": "Diff Zone" } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": "Not Complete", "name": "Not Complete", "domains": { "OutfallType": {"type": "inherited"}, "ClosedPipe": {"type": "inherited"}, "OpenChannel": {"type": "inherited"}, "Watershed": {"type": "inherited"}, "LandUse": {"type": "inherited"}, "Flow": {"type": "inherited"}, "FlowType": {"type": "inherited"}, "Odor": {"type": "inherited"}, "OdorSeverity": {"type": "inherited"}, "Color": {"type": "inherited"}, "ColorSeverity": {"type": "inherited"}, "Turbidity": {"type": "inherited"}, "TurbiditySeverity": {"type": "inherited"}, "Float": {"type": "inherited"}, "FloatSeverity": {"type": "inherited"}, "Calibrated": {"type": "inherited"}, "GrabSample": {"type": "inherited"}, "IDSuspected": {"type": "inherited"}, "IDPotential": {"type": "inherited"}, "InspectionStatus": {"type": "inherited"} }, "templates": [ { "name": "Not Complete", "description": "", "prototype": { "attributes": { "ID_Comments": null, "NPDES_Zone": null, "Govt": "Brookhaven", "ScreeningDate": null, "ScreeningTime": null, "Weather": null, "DataSheet": null, "Inspector": null, "OutfallLocation": null, "OutfallID": null, "OutfallType": null, "ClosedPipe": null, "OpenChannel": null, "PipeSize": null, "Watershed": null, "LandUse": null, "Lat": null, "Lng": null, "Flow": null, "FlowType": null, "Odor": null, "OdorSeverity": null, "Color": null, "ColorSeverity": null, "Turbidity": null, "TurbiditySeverity": null, "Float": null, "FloatSeverity": null, "FlowDescrip": null, "FlowTemp": null, "FlowpH": null, "FlowConductivity": null, "Calibrated": null, "FieldKit": null, "Model": null, "Fluoride": null, "Surfac": null, "Fecal": null, "GrabSample": null, "Comments": null, "IDSuspected": null, "IDPotential": null, "IDTraced": null, "InspectionStatus": "Not Complete" } }, "drawingTool": "esriFeatureEditToolPoint" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "06060ab3603145268fded1cf7a5d2029" }