{
 "currentVersion": 10.81,
 "id": 32,
 "name": "City Mapping Zones",
 "type": "Feature Layer",
 "parentLayer": null,
 "defaultVisibility": false,
 "minScale": 0,
 "maxScale": 0,
 "canScaleSymbols": false,
 "geometryType": "esriGeometryPolygon",
 "description": "",
 "copyrightText": "",
 "editFieldsInfo": null,
 "ownershipBasedAccessControlForFeatures": null,
 "syncCanReturnChanges": false,
 "relationships": [],
 "isDataVersioned": false,
 "isDataArchived": false,
 "isCoGoEnabled": false,
 "supportsRollbackOnFailureParameter": true,
 "archivingInfo": {
  "supportsQueryWithHistoricMoment": false,
  "startArchivingMoment": -1
 },
 "supportsStatistics": true,
 "supportsAdvancedQueries": true,
 "supportsValidateSQL": true,
 "supportsCoordinatesQuantization": true,
 "supportsCalculate": true,
 "supportsDatumTransformation": true,
 "advancedQueryCapabilities": {
  "supportsPagination": true,
  "supportsTrueCurve": true,
  "supportsQueryWithDistance": true,
  "supportsReturningQueryExtent": true,
  "supportsStatistics": true,
  "supportsHavingClause": true,
  "supportsOrderBy": true,
  "supportsDistinct": true,
  "supportsCountDistinct": true,
  "supportsQueryWithResultType": true,
  "supportsReturningGeometryCentroid": true,
  "supportsSqlExpression": true,
  "supportsQueryWithDatumTransformation": true
 },
 "extent": {
  "xmin": 54.79986234900008,
  "ymin": 24.75279985800006,
  "xmax": 55.73232694900008,
  "ymax": 25.486404614000037,
  "spatialReference": {
   "wkid": 4326,
   "latestWkid": 4326
  }
 },
 "sourceSpatialReference": {
  "wkid": 4326,
  "latestWkid": 4326
 },
 "drawingInfo": {
  "renderer": {
   "type": "uniqueValue",
   "field1": "ZoneType",
   "field2": null,
   "field3": null,
   "defaultSymbol": null,
   "defaultLabel": null,
   "uniqueValueInfos": [
    {
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       0,
       0,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        110,
        110,
        110,
        255
       ],
       "width": 0.4
      }
     },
     "value": "Primary",
     "label": "Primary",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       254,
       250,
       38,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        255,
        221,
        0,
        255
       ],
       "width": 0.4
      }
     },
     "value": "Secondary",
     "label": "Secondary",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       115,
       0,
       0,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        110,
        110,
        110,
        255
       ],
       "width": 0.4
      }
     },
     "value": "Long-Term",
     "label": "Long-Term",
     "description": ""
    }
   ],
   "fieldDelimiter": ","
  },
  "transparency": 50,
  "labelingInfo": null
 },
 "hasM": false,
 "hasZ": false,
 "allowGeometryUpdates": true,
 "allowTrueCurvesUpdates": false,
 "onlyAllowTrueCurveUpdatesByTrueCurveClients": true,
 "hasAttachments": false,
 "supportsApplyEditsWithGlobalIds": false,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "objectIdField": "OBJECTID",
 "globalIdField": "",
 "displayField": "ZoneName",
 "typeIdField": "ZoneType",
 "subtypeField": "",
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "defaultValue": null,
   "modelName": "OBJECTID"
  },
  {
   "name": "ZoneName",
   "type": "esriFieldTypeString",
   "alias": "Zone Name",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 200,
   "defaultValue": null,
   "modelName": "ZoneName"
  },
  {
   "name": "ZoneType",
   "type": "esriFieldTypeString",
   "alias": "Zone Type",
   "domain": {
    "type": "codedValue",
    "name": "ZoneType",
    "description": "ZoneType",
    "codedValues": [
     {
      "name": "Primary",
      "code": "Primary"
     },
     {
      "name": "Secondary",
      "code": "Secondary"
     },
     {
      "name": "Long-Term",
      "code": "Long-Term"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "length": 100,
   "defaultValue": null,
   "modelName": "ZoneType"
  },
  {
   "name": "DateCreated",
   "type": "esriFieldTypeDate",
   "alias": "Date Created",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "DateCreated"
  },
  {
   "name": "CreatedBy",
   "type": "esriFieldTypeString",
   "alias": "Created By",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 150,
   "defaultValue": null,
   "modelName": "CreatedBy"
  },
  {
   "name": "LastModifiedDate",
   "type": "esriFieldTypeDate",
   "alias": "Last Modified Date",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "LastModifiedDate"
  },
  {
   "name": "LastModifiedBy",
   "type": "esriFieldTypeString",
   "alias": "Last Modified By",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 150,
   "defaultValue": null,
   "modelName": "LastModifiedBy"
  }
 ],
 "geometryField": {
  "name": "SHAPE",
  "type": "esriFieldTypeGeometry",
  "alias": "SHAPE",
  "domain": null,
  "editable": true,
  "nullable": true,
  "defaultValue": null,
  "modelName": "SHAPE"
 },
 "indexes": [
  {
   "name": "R31_pk",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "S10_idx",
   "fields": "SHAPE",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "dateFieldsTimeReference": {
  "timeZone": "UTC",
  "respectsDaylightSaving": false
 },
 "types": [
  {
   "id": "Primary",
   "name": "Primary",
   "domains": {
    "ZoneType": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "Primary",
     "description": "",
     "prototype": {
      "attributes": {
       "LastModifiedDate": null,
       "LastModifiedBy": null,
       "ZoneName": null,
       "ZoneType": "Primary",
       "DateCreated": null,
       "CreatedBy": null
      }
     },
     "drawingTool": "esriFeatureEditToolPolygon"
    }
   ]
  },
  {
   "id": "Secondary",
   "name": "Secondary",
   "domains": {
    "ZoneType": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "Secondary",
     "description": "",
     "prototype": {
      "attributes": {
       "LastModifiedDate": null,
       "LastModifiedBy": null,
       "ZoneName": null,
       "ZoneType": "Secondary",
       "DateCreated": null,
       "CreatedBy": null
      }
     },
     "drawingTool": "esriFeatureEditToolPolygon"
    }
   ]
  },
  {
   "id": "Long-Term",
   "name": "Long-Term",
   "domains": {
    "ZoneType": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "Long-Term",
     "description": "",
     "prototype": {
      "attributes": {
       "LastModifiedDate": null,
       "LastModifiedBy": null,
       "ZoneName": null,
       "ZoneType": "Long-Term",
       "DateCreated": null,
       "CreatedBy": null
      }
     },
     "drawingTool": "esriFeatureEditToolPolygon"
    }
   ]
  }
 ],
 "templates": [],
 "maxRecordCount": 1000,
 "supportedQueryFormats": "JSON, geoJSON",
 "capabilities": "Query,Create,Update,Delete,Uploads,Editing",
 "useStandardizedQueries": true,
 "standardMaxRecordCount": 4000,
 "tileMaxRecordCount": 4000,
 "standardMaxRecordCountNoGeometry": 32000,
 "maxRecordCountFactor": 1
}