{
  "layers" : [
    {
      "currentVersion" : 12, 
      "id" : 2, 
      "name" : "Parcel", 
      "type" : "Feature Layer", 
      "serviceItemId" : "57ad9ed4de68484ebdab8457d449dc90", 
      "cacheMaxAge" : 30, 
      "displayField" : "NAME", 
      "description" : "Galveston Central Appraisal District releases data approximately twice a year with their Aug/Sept release being the Certified Year data.Parcels are essential for multiple City applications, not limited to, but including: Accela and VueWorks. Parcels will be scaled, meaning that at a specific zoom level within the City web maps, the parcels will show up. This is to limit the amount of time it would take to for the system to draw them while the user is zoomed out. Scalability also allows the user a more detailed view of the data with a faster draw time.In current Accela, the alias for parcels must be 'gispar'to be recognized for the processing scripts.In current VUEWorks, the data type - Object ID must have its field name set to OBJECTID. The absence of this field name to the object id type causes the layer to become unselectable in the VUEWorks application.In current VUEWorks, the TEMP_ID field is used as a unique id. VUEWorks is using it as a placeholder to access the parcel data location through the application. VUEWorks Admin is aware that this field will change when new Appraisal District parcel files are released and should not be used to identify parcels or assign service orders or work orders. This field is only needed for VUEWorks to access the location data.Use the below in the Field Calculator to generate the TEMPID field (w/o line spaces):rec = 0def autoInc():global recpStart = 1pInterval = 1if (rec == 0):rec = pStartelse:rec += pIntervalreturn rec\"TEMP\" + str(autoInc()).zfill(6)----------------------------------------------remember to set code to Python", 
      "copyrightText" : "Galveston Central Appraisal District", 
      "defaultVisibility" : true, 
      "editingInfo" : {
        "lastEditDate" : 1727799965201, 
        "schemaLastEditDate" : 1727799965201, 
        "dataLastEditDate" : 1727799684952
      }, 
      "relationships" : [], 
      "isDataVersioned" : false, 
      "hasContingentValuesDefinition" : false, 
      "supportsAppend" : true, 
      "supportsCalculate" : true, 
      "supportsASyncCalculate" : true, 
      "supportsTruncate" : false, 
      "supportsAttachmentsByUploadId" : true, 
      "supportsAttachmentsResizing" : true, 
      "supportsRollbackOnFailureParameter" : true, 
      "supportsStatistics" : true, 
      "supportsExceedsLimitStatistics" : true, 
      "supportsAdvancedQueries" : true, 
      "supportsValidateSql" : true, 
      "supportsCoordinatesQuantization" : true, 
      "supportsLayerOverrides" : true, 
      "supportsTilesAndBasicQueriesMode" : true, 
      "supportsFieldDescriptionProperty" : true, 
      "supportsQuantizationEditMode" : true, 
      "supportsColumnStoreIndex" : true, 
      "supportsApplyEditsWithGlobalIds" : false, 
      "supportsMultiScaleGeometry" : true, 
      "supportsReturningQueryGeometry" : true, 
      "enableNullGeometry" : false, 
      "hasGeometryProperties" : true, 
      "geometryProperties" : 
      {
        "shapeAreaFieldName" : "Shape__Area", 
        "shapeLengthFieldName" : "Shape__Length"
      }, 
      "advancedQueryCapabilities" : {
        "supportsPagination" : true, 
        "supportsPaginationOnAggregatedQueries" : true, 
        "supportsQueryRelatedPagination" : true, 
        "supportsQueryWithDistance" : true, 
        "supportsOutDistance" : true, 
        "supportsReturningQueryExtent" : true, 
        "supportsStatistics" : true, 
        "supportsOrderBy" : true, 
        "supportsDistinct" : true, 
        "supportsQueryWithResultType" : true, 
        "supportsSqlExpression" : true, 
        "supportsTimeRelation" : true, 
        "supportsAdvancedQueryRelated" : true, 
        "supportsCountDistinct" : true, 
        "supportsPercentileStatistics" : true, 
        "supportsApproxPercentileStatistics" : true, 
        "supportsSpatialAggregationStatistics" : true, 
        "supportsTrueCurve" : true, 
        "supportedSpatialAggregationStatistics" : [
          "EnvelopeAggregate", 
          "CentroidAggregate", 
          "ConvexHullAggregate"
        ], 
        "supportsLod" : true, 
        "supportsQueryWithLodSR" : false, 
        "supportedLodTypes" : [
          "geohash"
        ], 
        "supportsReturningGeometryCentroid" : true, 
        "supportsReturningGeometryEnvelope" : true, 
        "supportsReturningGeometryProperties" : true, 
        "supportsQueryWithDatumTransformation" : true, 
        "supportsCurrentUserQueries" : true, 
        "supportsHavingClause" : true, 
        "supportsOutFieldSQLExpression" : true, 
        "supportsMaxRecordCountFactor" : true, 
        "supportsTopFeaturesQuery" : true, 
        "supportsDisjointSpatialRel" : true, 
        "supportsQueryWithCacheHint" : true, 
        "supportedOperationsWithCacheHint" : [
          "query", 
          "queryTopFilter", 
          "queryAnalytics", 
          "queryAttachments", 
          "queryRelated", 
          "queryBins", 
          "queryPivot"
        ], 
        "supportsQueryAnalytic" : true, 
        "supportsQueryPivot" : true, 
        "supportsQueryBins" : true, 
        "supportsDefaultSR" : true, 
        "supportsTranslations" : false, 
        "supportsAggIds" : true, 
        "supportsQueryWithCollation" : true, 
        "supportsISODOW" : true, 
        "supportsISOWeek" : true, 
        "supportsFullTextSearch" : true, 
        "fullTextSearchCapabilities" : {
          "supportsAccentSensitivity" : true, 
          "supportsStopWords" : true, 
          "supportsSearchOperator" : true, 
          "supportsOperator" : true
        }, 
        "fullTextSearchableFields" : [
          "NAME", 
          "ADDRESS2"
        ]
      }, 
      "advancedQueryAnalyticCapabilities" : {
        "supportsLinearRegression" : true, 
        "supportsTrendlineRegression" : true, 
        "supportsAsync" : true, 
        "supportsPercentileAnalytic" : true
      }, 
      "queryBinsCapabilities" : {
        "supportsAsync" : true, 
        "supportsAutoIntervalBin" : true, 
        "supportsFixedIntervalBin" : true, 
        "supportsFixedBoundariesBin" : true, 
        "supportsDateBin" : true, 
        "supportsClassificationBin" : true, 
        "supportsStackBy" : true, 
        "supportsSplitBy" : true, 
        "supportsFirstDayOfWeek" : true, 
        "supportsSnapToData" : true, 
        "supportsReturnFullIntervalBin" : true, 
        "supportsReturnStackValueRange" : true, 
        "supportsNormalization" : true, 
        "supportedStatisticTypes" : [
          "COUNT", 
          "SUM", 
          "AVG", 
          "VAR", 
          "STDDEV", 
          "MIN", 
          "MAX", 
          "PERCENTILE_CONT", 
          "PERCENTILE_DISC", 
          "APPROX_PERCENTILE_CONT", 
          "APPROX_PERCENTILE_DISC", 
          "CentroidAggregate", 
          "EnvelopeAggregate", 
          "ConvexHullAggregate"
        ], 
        "supportedNormalizationTypes" : [
          "boxCox", 
          "field", 
          "inverse", 
          "log", 
          "naturalLog", 
          "percentOfTotal", 
          "squareRoot"
        ]
      }, 
      "supportedOperationsWithCollation" : "query,addField,updateField", 
      "advancedEditingCapabilities" : {
        "supportedSqlFormatsInCalculate" : [
          "standard"
        ], 
        "supportsAsyncApplyEdits" : true, 
        "supportsReturnEditResults" : true, 
        "supportsApplyEditsbyUploadID" : true, 
        "supportedApplyEditsUploadIDFormats" : "JSON,PBF", 
        "supportsTranslation" : false, 
        "supportsMaxTranslations" : 10
      }, 
      "infoInEstimates" : [
        "extent", 
        "count"
      ], 
      "useStandardizedQueries" : true, 
      "geometryType" : "esriGeometryPolygon", 
      "minScale" : 0, 
      "maxScale" : 0, 
      "extent" : {
        "xmin" : 3206205.3321919888, 
        "ymin" : 13598640.296984717, 
        "xmax" : 3331694.499848336, 
        "ymax" : 13700218.625323728, 
        "spatialReference" : {
          "wkid" : 102740, 
          "latestWkid" : 2278
        }
      }, 
      "drawingInfo":{"renderer":{"type":"simple","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[252,186,236,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[230,152,0,255],"width":1.5}}},"scaleSymbols":true,"transparency":0,"labelingInfo":null}, 
      "allowGeometryUpdates" : true, 
      "trueCurveSupportMode" : "OGC", 
      "supportedCurveTypes" : [
        "esriGeometryCircularArc"
      ], 
      "supportedTrueCurvePbfFeatureEncodings" : [
        "esriCompressedShapeBuffer", 
        "esriDefault"
      ], 
      "allowTrueCurvesUpdates" : true, 
      "onlyAllowTrueCurveUpdatesByTrueCurveClients" : false, 
      "hasAttachments" : false, 
      "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText", 
      "hasMetadata" : true, 
      "hasM" : false, 
      "hasZ" : false, 
      "objectIdField" : "OBJECTID_1", 
      "uniqueIdField" : 
      {
        "name" : "OBJECTID_1", 
        "isSystemMaintained" : true
      }, 
      "globalIdField" : "", 
      "typeIdField" : "", 
      "collation" : {
        "locale" : "neutral", 
        "caseSensitive" : false, 
        "accentSensitive" : true
      }, 
      "fields" : [
        {
          "name" : "OBJECTID_1", 
          "type" : "esriFieldTypeOID", 
          "alias" : "OBJECTID_1", 
          "sqlType" : "sqlTypeOther", 
          "nullable" : false, 
          "editable" : false, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "XREF", 
          "type" : "esriFieldTypeString", 
          "alias" : "XREF", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ID", 
          "type" : "esriFieldTypeString", 
          "alias" : "ID", 
          "sqlType" : "sqlTypeOther", 
          "length" : 18, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "NAME", 
          "type" : "esriFieldTypeString", 
          "alias" : "NAME", 
          "sqlType" : "sqlTypeOther", 
          "length" : 250, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ADDRESS", 
          "type" : "esriFieldTypeString", 
          "alias" : "ADDRESS", 
          "sqlType" : "sqlTypeOther", 
          "length" : 150, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ADDRESS2", 
          "type" : "esriFieldTypeString", 
          "alias" : "ADDRESS2", 
          "sqlType" : "sqlTypeOther", 
          "length" : 150, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ADDRESS3", 
          "type" : "esriFieldTypeString", 
          "alias" : "ADDRESS3", 
          "sqlType" : "sqlTypeOther", 
          "length" : 150, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "CITY", 
          "type" : "esriFieldTypeString", 
          "alias" : "CITY", 
          "sqlType" : "sqlTypeOther", 
          "length" : 40, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ST", 
          "type" : "esriFieldTypeString", 
          "alias" : "ST", 
          "sqlType" : "sqlTypeOther", 
          "length" : 2, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ZIP", 
          "type" : "esriFieldTypeString", 
          "alias" : "ZIP", 
          "sqlType" : "sqlTypeOther", 
          "length" : 10, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "SITUS_NO", 
          "type" : "esriFieldTypeString", 
          "alias" : "SITUS_NO", 
          "sqlType" : "sqlTypeOther", 
          "length" : 20, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "LEGAL", 
          "type" : "esriFieldTypeString", 
          "alias" : "LEGAL", 
          "sqlType" : "sqlTypeOther", 
          "length" : 254, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ENTITIES", 
          "type" : "esriFieldTypeString", 
          "alias" : "ENTITIES", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "ACRES", 
          "type" : "esriFieldTypeString", 
          "alias" : "ACRES", 
          "sqlType" : "sqlTypeOther", 
          "length" : 20, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "LANDUSE", 
          "type" : "esriFieldTypeString", 
          "alias" : "LANDUSE", 
          "sqlType" : "sqlTypeOther", 
          "length" : 254, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "PAGE", 
          "type" : "esriFieldTypeString", 
          "alias" : "PAGE", 
          "sqlType" : "sqlTypeOther", 
          "length" : 8, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "NBHD", 
          "type" : "esriFieldTypeString", 
          "alias" : "NBHD", 
          "sqlType" : "sqlTypeOther", 
          "length" : 8, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "INTEREST", 
          "type" : "esriFieldTypeString", 
          "alias" : "INTEREST", 
          "sqlType" : "sqlTypeOther", 
          "length" : 254, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "EXEMPT", 
          "type" : "esriFieldTypeString", 
          "alias" : "EXEMPT", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "FLAGS", 
          "type" : "esriFieldTypeString", 
          "alias" : "FLAGS", 
          "sqlType" : "sqlTypeOther", 
          "length" : 254, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "SECURE", 
          "type" : "esriFieldTypeString", 
          "alias" : "SECURE", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "VAL_LAND", 
          "type" : "esriFieldTypeString", 
          "alias" : "VAL_LAND", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "VAL_IMP", 
          "type" : "esriFieldTypeString", 
          "alias" : "VAL_IMP", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "VAL_TOT", 
          "type" : "esriFieldTypeString", 
          "alias" : "VAL_TOT", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "SHAPE_LENG", 
          "type" : "esriFieldTypeDouble", 
          "alias" : "SHAPE_LENG", 
          "sqlType" : "sqlTypeOther", 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "TEMPID", 
          "type" : "esriFieldTypeString", 
          "alias" : "TEMPID", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Done", 
          "type" : "esriFieldTypeSmallInteger", 
          "alias" : "Done", 
          "sqlType" : "sqlTypeOther", 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Lead_Ban_Yr", 
          "type" : "esriFieldTypeString", 
          "alias" : "Lead_Ban_Yr", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "YearBuilt", 
          "type" : "esriFieldTypeDouble", 
          "alias" : "YearBuilt", 
          "sqlType" : "sqlTypeOther", 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "PARID", 
          "type" : "esriFieldTypeString", 
          "alias" : "PARID", 
          "sqlType" : "sqlTypeOther", 
          "length" : 50, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Meter_Num_Assoc", 
          "type" : "esriFieldTypeString", 
          "alias" : "Meter_Num_Assoc", 
          "sqlType" : "sqlTypeOther", 
          "length" : 150, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "DataSet_2_SLID", 
          "type" : "esriFieldTypeString", 
          "alias" : "DataSet_2_SLID", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "PartoLSM", 
          "type" : "esriFieldTypeString", 
          "alias" : "Parcel to Line Survey Meters", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Utlside_mat_flow", 
          "type" : "esriFieldTypeString", 
          "alias" : "Utility Material Type associated with parcel by meter num on flowmec data", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Cust_mat_flow", 
          "type" : "esriFieldTypeString", 
          "alias" : "Customer Material Type associated with parcel by meter num on flowmec data", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Meter_Num_noM", 
          "type" : "esriFieldTypeString", 
          "alias" : "Meter Number Associated without the M in front", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "LSM_Not_In", 
          "type" : "esriFieldTypeString", 
          "alias" : "Line Survey Meters that are not currently in the SLI", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Tobeadded", 
          "type" : "esriFieldTypeString", 
          "alias" : "Parcels with Meter information associated with them", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "SITUS", 
          "type" : "esriFieldTypeString", 
          "alias" : "SITUS", 
          "sqlType" : "sqlTypeOther", 
          "length" : 68, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "LCR_Site", 
          "type" : "esriFieldTypeString", 
          "alias" : "LCR_Site", 
          "sqlType" : "sqlTypeOther", 
          "length" : 255, 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "OBJECTID", 
          "type" : "esriFieldTypeInteger", 
          "alias" : "OBJECTID", 
          "sqlType" : "sqlTypeOther", 
          "nullable" : true, 
          "editable" : true, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Shape__Area", 
          "type" : "esriFieldTypeDouble", 
          "alias" : "Shape__Area", 
          "sqlType" : "sqlTypeDouble", 
          "nullable" : true, 
          "editable" : false, 
          "domain" : null, 
          "defaultValue" : null
        }, 
        {
          "name" : "Shape__Length", 
          "type" : "esriFieldTypeDouble", 
          "alias" : "Shape__Length", 
          "sqlType" : "sqlTypeDouble", 
          "nullable" : true, 
          "editable" : false, 
          "domain" : null, 
          "defaultValue" : null
        }
      ], 
      "indexes" : [
        {
          "name" : "PK__PARCEL_P__E458E6E78DDCE222", 
          "fields" : "OBJECTID_1", 
          "isAscending" : true, 
          "isUnique" : true, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "user_27698.PARCEL_PARCEL_Shape_sidx", 
          "fields" : "Shape", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Spatial"
        }, 
        {
          "name" : "I3LCR_Site", 
          "fields" : "LCR_Site", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "I3PARID", 
          "fields" : "PARID", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "I3SITUS", 
          "fields" : "SITUS", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "I3LEGAL", 
          "fields" : "LEGAL", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "I3XREF", 
          "fields" : "XREF", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "Shape__Area_Index", 
          "fields" : "Shape__Area", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "Shape__Length_Index", 
          "fields" : "Shape__Length", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "exb_NAME", 
          "fields" : "NAME", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "exb_NAME_total", 
          "fields" : "NAME", 
          "description" : "", 
          "indexType" : "FullText"
        }, 
        {
          "name" : "exb_ADDRESS2", 
          "fields" : "ADDRESS2", 
          "isAscending" : true, 
          "isUnique" : false, 
          "description" : "", 
          "indexType" : "Attribute"
        }, 
        {
          "name" : "exb_ADDRESS2_total", 
          "fields" : "ADDRESS2", 
          "description" : "", 
          "indexType" : "FullText"
        }
      ], 
      "dateFieldsTimeReference" : {
        "timeZone" : "UTC", 
        "timeZoneIANA" : "Etc/UTC", 
        "respectsDaylightSaving" : false
      }, 
      "preferredTimeReference" : null, 
      "types" : [], 
      "templates" : [
        {
          "name" : "Post-Lead Ban", 
          "description" : "", 
          "drawingTool" : "esriFeatureEditToolPolygon", 
          "prototype" : {
            "attributes" : {
              "Done" : null, 
              "LCR_Site" : null, 
              "XREF" : null, 
              "ID" : null, 
              "NAME" : null, 
              "ADDRESS" : null, 
              "ADDRESS2" : null, 
              "ADDRESS3" : null, 
              "CITY" : null, 
              "ST" : null, 
              "ZIP" : null, 
              "SITUS_NO" : null, 
              "LEGAL" : null, 
              "ENTITIES" : null, 
              "ACRES" : null, 
              "LANDUSE" : null, 
              "PAGE" : null, 
              "NBHD" : null, 
              "INTEREST" : null, 
              "EXEMPT" : null, 
              "FLAGS" : null, 
              "SECURE" : null, 
              "VAL_LAND" : null, 
              "VAL_IMP" : null, 
              "VAL_TOT" : null, 
              "SHAPE_LENG" : null, 
              "TEMPID" : null, 
              "Lead_Ban_Yr" : "Post-Lead Ban", 
              "YearBuilt" : null, 
              "PARID" : null, 
              "Meter_Num_Assoc" : null, 
              "DataSet_2_SLID" : null, 
              "PartoLSM" : null, 
              "Utlside_mat_flow" : null, 
              "Cust_mat_flow" : null, 
              "Meter_Num_noM" : null, 
              "LSM_Not_In" : null, 
              "Tobeadded" : null, 
              "SITUS" : null, 
              "OBJECTID" : null
            }
          }
        }, 
        {
          "name" : "Pre-Lead Ban", 
          "description" : "", 
          "drawingTool" : "esriFeatureEditToolPolygon", 
          "prototype" : {
            "attributes" : {
              "Done" : null, 
              "LCR_Site" : null, 
              "XREF" : null, 
              "ID" : null, 
              "NAME" : null, 
              "ADDRESS" : null, 
              "ADDRESS2" : null, 
              "ADDRESS3" : null, 
              "CITY" : null, 
              "ST" : null, 
              "ZIP" : null, 
              "SITUS_NO" : null, 
              "LEGAL" : null, 
              "ENTITIES" : null, 
              "ACRES" : null, 
              "LANDUSE" : null, 
              "PAGE" : null, 
              "NBHD" : null, 
              "INTEREST" : null, 
              "EXEMPT" : null, 
              "FLAGS" : null, 
              "SECURE" : null, 
              "VAL_LAND" : null, 
              "VAL_IMP" : null, 
              "VAL_TOT" : null, 
              "SHAPE_LENG" : null, 
              "TEMPID" : null, 
              "Lead_Ban_Yr" : "Pre-Lead Ban", 
              "YearBuilt" : null, 
              "PARID" : null, 
              "Meter_Num_Assoc" : null, 
              "DataSet_2_SLID" : null, 
              "PartoLSM" : null, 
              "Utlside_mat_flow" : null, 
              "Cust_mat_flow" : null, 
              "Meter_Num_noM" : null, 
              "LSM_Not_In" : null, 
              "Tobeadded" : null, 
              "SITUS" : null, 
              "OBJECTID" : null
            }
          }
        }, 
        {
          "name" : "Unknown-NoYrBuiltInfo", 
          "description" : "", 
          "drawingTool" : "esriFeatureEditToolPolygon", 
          "prototype" : {
            "attributes" : {
              "Done" : null, 
              "LCR_Site" : null, 
              "XREF" : null, 
              "ID" : null, 
              "NAME" : null, 
              "ADDRESS" : null, 
              "ADDRESS2" : null, 
              "ADDRESS3" : null, 
              "CITY" : null, 
              "ST" : null, 
              "ZIP" : null, 
              "SITUS_NO" : null, 
              "LEGAL" : null, 
              "ENTITIES" : null, 
              "ACRES" : null, 
              "LANDUSE" : null, 
              "PAGE" : null, 
              "NBHD" : null, 
              "INTEREST" : null, 
              "EXEMPT" : null, 
              "FLAGS" : null, 
              "SECURE" : null, 
              "VAL_LAND" : null, 
              "VAL_IMP" : null, 
              "VAL_TOT" : null, 
              "SHAPE_LENG" : null, 
              "TEMPID" : null, 
              "Lead_Ban_Yr" : "Unknown-NoYrBuiltInfo", 
              "YearBuilt" : null, 
              "PARID" : null, 
              "Meter_Num_Assoc" : null, 
              "DataSet_2_SLID" : null, 
              "PartoLSM" : null, 
              "Utlside_mat_flow" : null, 
              "Cust_mat_flow" : null, 
              "Meter_Num_noM" : null, 
              "LSM_Not_In" : null, 
              "Tobeadded" : null, 
              "SITUS" : null, 
              "OBJECTID" : null
            }
          }
        }
      ], 
      "supportedQueryFormats" : "JSON, geoJSON, PBF", 
      "supportedAppendFormats" : "sqlite,geoPackage,shapefile,filegdb,featureCollection,geojson,csv,excel,jsonl,featureService,pbf", 
      "supportedAppendSourceFilterFormats" : "sqlite,geoPackage,shapefile,filegdb,featureService", 
      "supportedExportFormats" : "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,kml,excel,parquet", 
      "supportedConvertFileFormats" : "JSON,PBF,Parquet", 
      "supportedConvertContentFormats" : "LayerEditCollection,FeatureCollection", 
      "supportedSpatialRelationships" : [
        "esriSpatialRelIntersects", 
        "esriSpatialRelContains", 
        "esriSpatialRelCrosses", 
        "esriSpatialRelEnvelopeIntersects", 
        "esriSpatialRelIndexIntersects", 
        "esriSpatialRelOverlaps", 
        "esriSpatialRelTouches", 
        "esriSpatialRelWithin", 
        "esriSpatialRelDisjoint", 
        "esriSpatialRelRelation"
      ], 
      "guidFormat" : "", 
      "supportsContingentValues" : true, 
      "supportsEditingContingentValues" : true, 
      "supportedContingentValuesFormats" : "JSON, PBF", 
      "supportsFieldGroups" : true, 
      "supportedSyncDataOptions" : 260, 
      "hasStaticData" : false, 
      "maxRecordCount" : 2000, 
      "standardMaxRecordCount" : 2000, 
      "maxIdsCount" : 1000000, 
      "standardMaxRecordCountNoGeometry" : 32000, 
      "tileMaxRecordCount" : 4000, 
      "maxRecordCountFactor" : 1, 
      "capabilities" : "Query"
    }
  ], 
  "tables" : []
}