{
 "currentVersion": 10.91,
 "id": 3,
 "name": "Dams Sluice Gate",
 "type": "Feature Layer",
 "parentLayer": null,
 "defaultVisibility": true,
 "minScale": 0,
 "maxScale": 0,
 "canScaleSymbols": false,
 "geometryType": "esriGeometryPoint",
 "description": "",
 "copyrightText": "",
 "editFieldsInfo": {
  "creationDateField": "created_date",
  "creatorField": "created_user",
  "editDateField": "last_edited_date",
  "editorField": "last_edited_user"
 },
 "ownershipBasedAccessControlForFeatures": null,
 "syncCanReturnChanges": true,
 "relationships": [
  {
   "id": 5,
   "name": "DAMS_MECHANICAL_CAT",
   "relatedTableId": 15,
   "cardinality": "esriRelCardinalityOneToMany",
   "role": "esriRelRoleDestination",
   "keyField": "MECHANICALID",
   "composite": false
  }
 ],
 "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": 1413156.94075,
  "ymin": 623578.353,
  "xmax": 1413156.94075,
  "ymax": 623578.353,
  "spatialReference": {
   "wkid": 2893,
   "latestWkid": 2893
  }
 },
 "sourceSpatialReference": {
  "wkid": 2893,
  "latestWkid": 2893
 },
 "drawingInfo": {
  "renderer": {
   "type": "simple",
   "symbol": {
    "type": "esriSMS",
    "style": "esriSMSCircle",
    "color": [
     46,
     0,
     171,
     255
    ],
    "size": 4,
    "angle": 0,
    "xoffset": 0,
    "yoffset": 0,
    "outline": {
     "color": [
      0,
      0,
      0,
      255
     ],
     "width": 1
    }
   },
   "label": "",
   "description": ""
  },
  "transparency": 0,
  "labelingInfo": null
 },
 "hasM": false,
 "hasZ": false,
 "allowGeometryUpdates": true,
 "allowTrueCurvesUpdates": false,
 "onlyAllowTrueCurveUpdatesByTrueCurveClients": true,
 "hasAttachments": false,
 "supportsApplyEditsWithGlobalIds": false,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "objectIdField": "OBJECTID",
 "globalIdField": "GLOBALID",
 "displayField": "SLUICE_GATEID",
 "typeIdField": "",
 "subtypeField": "",
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "defaultValue": null,
   "modelName": "System-maintained ObjectID"
  },
  {
   "name": "SLUICE_GATEID",
   "type": "esriFieldTypeString",
   "alias": "Sluice Gate ID",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "SLUICE_GATEID"
  },
  {
   "name": "MECHANICALID",
   "type": "esriFieldTypeString",
   "alias": "Mechanical ID",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "MECHANICALID"
  },
  {
   "name": "LIFECYCLE_STATUS",
   "type": "esriFieldTypeString",
   "alias": "Lifecycle Status",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 25,
   "defaultValue": "ACTIVE",
   "modelName": "LIFECYCLE_STATUS"
  },
  {
   "name": "LOCATION",
   "type": "esriFieldTypeString",
   "alias": "Location",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "LOCATION"
  },
  {
   "name": "OWNED_BY",
   "type": "esriFieldTypeString",
   "alias": "Owned By",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 10,
   "defaultValue": "COUNTY",
   "modelName": "OWNED_BY"
  },
  {
   "name": "MAINTAINED_BY",
   "type": "esriFieldTypeString",
   "alias": "Maintained By",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 10,
   "defaultValue": "COUNTY",
   "modelName": "MAINTAINED_BY"
  },
  {
   "name": "RESPONSIBLE_AGENCY",
   "type": "esriFieldTypeString",
   "alias": "Responsible Agency",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 75,
   "defaultValue": "DEPARTMENT OF PUBLIC WORKS",
   "modelName": "RESPONSIBLE_AGENCY"
  },
  {
   "name": "CONDITION",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Condition",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "CONDITION"
  },
  {
   "name": "CONDITION_DATE",
   "type": "esriFieldTypeDate",
   "alias": "Condition Date",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "CONDITION_DATE"
  },
  {
   "name": "INSTALL_DATE",
   "type": "esriFieldTypeDate",
   "alias": "Installation Date",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "INSTALL_DATE"
  },
  {
   "name": "WARRANTY_DATE",
   "type": "esriFieldTypeDate",
   "alias": "Warranty Date",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "WARRANTY_DATE"
  },
  {
   "name": "REHABILITATION_DATE",
   "type": "esriFieldTypeDate",
   "alias": "Rehabilitation Date",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "REHABILITATION_DATE"
  },
  {
   "name": "REHABILITATION_TYPE",
   "type": "esriFieldTypeString",
   "alias": "Rehabilitation Type",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 120,
   "defaultValue": null,
   "modelName": "REHABILITATION_TYPE"
  },
  {
   "name": "NOTES",
   "type": "esriFieldTypeString",
   "alias": "Notes",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "NOTES"
  },
  {
   "name": "MANUFACTURER",
   "type": "esriFieldTypeString",
   "alias": "Manufacturer",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 120,
   "defaultValue": null,
   "modelName": "MANUFACTURER"
  },
  {
   "name": "MFG_SERIAL_NUMBER",
   "type": "esriFieldTypeString",
   "alias": "Manufacturer Serial Number",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "MFG_SERIAL_NUMBER"
  },
  {
   "name": "MFG_MODEL_NUMBER",
   "type": "esriFieldTypeString",
   "alias": "Manufacturer Model Number",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "MFG_MODEL_NUMBER"
  },
  {
   "name": "WORKING_CONDITION",
   "type": "esriFieldTypeString",
   "alias": "Working Condition",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 30,
   "defaultValue": "ONLINE",
   "modelName": "WORKING_CONDITION"
  },
  {
   "name": "GLOBALID",
   "type": "esriFieldTypeGlobalID",
   "alias": "GLOBALID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "length": 38,
   "defaultValue": null,
   "modelName": "GLOBALID"
  },
  {
   "name": "CREATED_USER",
   "type": "esriFieldTypeString",
   "alias": "CREATED_USER",
   "domain": null,
   "editable": false,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "CREATED_USER"
  },
  {
   "name": "CREATED_DATE",
   "type": "esriFieldTypeDate",
   "alias": "CREATED_DATE",
   "domain": null,
   "editable": false,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "CREATED_DATE"
  },
  {
   "name": "LAST_EDITED_USER",
   "type": "esriFieldTypeString",
   "alias": "LAST_EDITED_USER",
   "domain": null,
   "editable": false,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "LAST_EDITED_USER"
  },
  {
   "name": "LAST_EDITED_DATE",
   "type": "esriFieldTypeDate",
   "alias": "LAST_EDITED_DATE",
   "domain": null,
   "editable": false,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "LAST_EDITED_DATE"
  }
 ],
 "geometryField": {
  "name": "SHAPE",
  "type": "esriFieldTypeGeometry",
  "alias": "SHAPE",
  "domain": null,
  "editable": true,
  "nullable": true,
  "defaultValue": null,
  "modelName": "System-maintained Geometry for a feature"
 },
 "indexes": [
  {
   "name": "G2570MECHANICALI",
   "fields": "MECHANICALID",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  },
  {
   "name": "R852_SDE_ROWID_UK",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "UUID_852",
   "fields": "GLOBALID",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  },
  {
   "name": "UUID_OID_852",
   "fields": "GLOBALID,OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "A268_IX1",
   "fields": "SHAPE",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "dateFieldsTimeReference": {
  "timeZone": "UTC",
  "respectsDaylightSaving": false
 },
 "types": [],
 "templates": [
  {
   "name": "Dams Sluice Gate",
   "description": "",
   "prototype": {
    "attributes": {
     "WORKING_CONDITION": "ONLINE",
     "MFG_MODEL_NUMBER": null,
     "SLUICE_GATEID": null,
     "MECHANICALID": null,
     "LIFECYCLE_STATUS": "ACTIVE",
     "LOCATION": null,
     "OWNED_BY": "COUNTY",
     "MAINTAINED_BY": "COUNTY",
     "RESPONSIBLE_AGENCY": "DEPARTMENT OF PUBLIC WORKS",
     "CONDITION": null,
     "CONDITION_DATE": null,
     "INSTALL_DATE": null,
     "WARRANTY_DATE": null,
     "REHABILITATION_DATE": null,
     "REHABILITATION_TYPE": null,
     "NOTES": null,
     "MANUFACTURER": null,
     "MFG_SERIAL_NUMBER": null
    }
   },
   "drawingTool": "esriFeatureEditToolPoint"
  }
 ],
 "maxRecordCount": 1000,
 "supportedQueryFormats": "JSON, geoJSON",
 "capabilities": "Query,Create,Update,Delete,Uploads,Editing",
 "useStandardizedQueries": true,
 "standardMaxRecordCount": 32000,
 "tileMaxRecordCount": 8000,
 "standardMaxRecordCountNoGeometry": 32000,
 "maxRecordCountFactor": 1,
 "serviceItemId": "73d9905d706f4fc2894413a8e394e3ca"
}