{ "layers": [ { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 0, "name": "ADA Facilities", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user", "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false } }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [ { "id": 0, "name": "cityWorks.DBO.ADA_Facilities_Table", "relatedTableId": 1, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleOrigin", "keyField": "Location", "composite": false } ], "isDataVersioned": true, "isDataArchived": true, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": true, "isDataReplicaTracked": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1671544624000 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true }, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape__Area", "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 3186364.518148467, "ymin": 1633102.2598386407, "xmax": 3199589.777459055, "ymax": 1643391.1930008978, "spatialReference": { "wkid": 103013, "latestWkid": 6428, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118767900, "falseY": -94525500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 103013, "latestWkid": 6428, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118767900, "falseY": -94525500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 202, 122, 255 ], "outline": null } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": true, "enableZDefaults": false, "supportsVCSProjection": true, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "supportsOidReservation": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "FacilityID", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "FacilityID", "type": "esriFieldTypeString", "alias": "FacilityID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FacilityID" }, { "name": "Location", "type": "esriFieldTypeString", "alias": "Location", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "Location" }, { "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" }, { "name": "ADA_Compliance", "type": "esriFieldTypeString", "alias": "ADA_Compliance", "domain": { "type": "codedValue", "name": "YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "ADA_Compliance" }, { "name": "ADA_Deficiency", "type": "esriFieldTypeString", "alias": "ADA_Deficiency", "domain": { "type": "codedValue", "name": "ADA_Deficiencies", "description": "ADA_Deficiencies", "codedValues": [ { "name": "One or more critical slopes too steep & no turning space provided.", "code": "One or more critical slopes too steep & no turning space provided." }, { "name": "Horizontal opening/gap in walking surface wider than 1/2-inch.", "code": "Horizontal opening/gap in walking surface wider than 1/2-inch." }, { "name": "One or more critical slopes too steep.", "code": "One or more critical slopes too steep." }, { "name": "One or more critical slopes too steep; ramp run is too narrow.", "code": "One or more critical slopes too steep; ramp run is too narrow." }, { "name": "Protrusion between 27 and 80 inches above sidewalk.", "code": "Protrusion between 27 and 80 inches above sidewalk." }, { "name": "Turning space too narrow.", "code": "Turning space too narrow." }, { "name": "Vertical discontinuity & running and/or cross slope(s) too steep.", "code": "Vertical discontinuity & running and/or cross slope(s) too steep." }, { "name": "Vertical discontinuity ? 2.5 inches.", "code": "Vertical discontinuity ? 2.5 inches." }, { "name": "Turning space too steep.", "code": "Turning space too steep." }, { "name": "Turning space too steep & too narrow.", "code": "Turning space too steep & too narrow." }, { "name": "One or more critical slopes too steep & no DTW present.", "code": "One or more critical slopes too steep & no DTW present." }, { "name": "Sidewalk segment is not continuous.", "code": "Sidewalk segment is not continuous." }, { "name": "Non-compliant DTW present.", "code": "Non-compliant DTW present." }, { "name": "Walking surface too narrow.", "code": "Walking surface too narrow." }, { "name": "Flares too steep.", "code": "Flares too steep." }, { "name": "No turning space is provided and steep flare.", "code": "No turning space is provided and steep flare." }, { "name": "Counter slope too steep.", "code": "Counter slope too steep." }, { "name": "Turning space too short.", "code": "Turning space too short." }, { "name": "One or more critical slopes too steep & walk intervals too short.", "code": "One or more critical slopes too steep & walk intervals too short." }, { "name": "One or more critical slopes too steep & too push button too high.", "code": "One or more critical slopes too steep & too push button too high." }, { "name": "No curb ramps present.", "code": "No curb ramps present." }, { "name": "One or more critical slopes too steep & one or more other critical findings. Refer to citations.", "code": "One or more critical slopes too steep & one or more other critical findings. Refer to citations." }, { "name": "One or more critical slopes too steep & not consistent with street grade.", "code": "One or more critical slopes too steep & not consistent with street grade." }, { "name": "Cross slope too steep.", "code": "Cross slope too steep." }, { "name": "Clear floor space too narrow.", "code": "Clear floor space too narrow." }, { "name": "Too narrow.", "code": "Too narrow." }, { "name": "Clear floor space too narrow; vertical discontinuity.", "code": "Clear floor space too narrow; vertical discontinuity." }, { "name": "Obstructed side approach.", "code": "Obstructed side approach." }, { "name": "One or more critical slopes too steep & obstructed side approach.", "code": "One or more critical slopes too steep & obstructed side approach." }, { "name": "Clear floor space too narrow; not on accessible route.", "code": "Clear floor space too narrow; not on accessible route." }, { "name": "Too narrow and no turning space is provided.", "code": "Too narrow and no turning space is provided." }, { "name": "Too narrow and steep flare.", "code": "Too narrow and steep flare." }, { "name": "Turning space too steep, too narrow, & too short.", "code": "Turning space too steep, too narrow, & too short." }, { "name": "Clear floor space to steep & too narrow.", "code": "Clear floor space to steep & too narrow." }, { "name": "Insufficient clearance.", "code": "Insufficient clearance." }, { "name": "Turning space too steep & too short.", "code": "Turning space too steep & too short." }, { "name": "One or more critical slopes too steep & clear space too short.", "code": "One or more critical slopes too steep & clear space too short." }, { "name": "One or more critical slopes too steep & non contrasting colors.", "code": "One or more critical slopes too steep & non contrasting colors." }, { "name": "Surface slope too steep.", "code": "Surface slope too steep." }, { "name": "No DTW provided.", "code": "No DTW provided." }, { "name": "Turning space too short & too narrow.", "code": "Turning space too short & too narrow." }, { "name": "Turning space not provided.", "code": "Turning space not provided." }, { "name": "Cross slope too steep; operable part too high.", "code": "Cross slope too steep; operable part too high." }, { "name": "One or more critical slopes too steep & sidewalk is not continuous.", "code": "One or more critical slopes too steep & sidewalk is not continuous." }, { "name": "Too high.", "code": "Too high." }, { "name": "Turning space not within marked crosswalk.", "code": "Turning space not within marked crosswalk." }, { "name": "One or more critical slopes & side flares too steep.", "code": "One or more critical slopes & side flares too steep." }, { "name": "Running slope too steep.", "code": "Running slope too steep." }, { "name": "Walking surface not stable and firm.", "code": "Walking surface not stable and firm." }, { "name": "Too narrow and no DTW provided.", "code": "Too narrow and no DTW provided." }, { "name": "Too narrow and no accessible route provided.", "code": "Too narrow and no accessible route provided." }, { "name": "One or more critical slopes too steep & cut through too narrow.", "code": "One or more critical slopes too steep & cut through too narrow." }, { "name": "One or more critical slopes too steep; protrusion between 27 and 80 inches above sidewalk.", "code": "One or more critical slopes too steep; protrusion between 27 and 80 inches above sidewalk." }, { "name": "Turning space too short & no DTW provided.", "code": "Turning space too short & no DTW provided." }, { "name": "Critical slopes are too steep and too narrow.", "code": "Critical slopes are too steep and too narrow." }, { "name": "Walking surface too narrow: sidewalk not continuous.", "code": "Walking surface too narrow: sidewalk not continuous." }, { "name": "Slope adjacent to PAR grade is too steep.", "code": "Slope adjacent to PAR grade is too steep." }, { "name": "One or more critical slopes too steep, not consistent with street grade; & walk intervals too short.", "code": "One or more critical slopes too steep, not consistent with street grade; & walk intervals too short." }, { "name": "No accessible route provided.", "code": "No accessible route provided." }, { "name": "No DTW provided, and steep flares.", "code": "No DTW provided, and steep flares." }, { "name": "Turning space too steep, too narrow & not within marked crosswalk.", "code": "Turning space too steep, too narrow & not within marked crosswalk." }, { "name": "Turning space too steep & not within marked crosswalk.", "code": "Turning space too steep & not within marked crosswalk." }, { "name": "Obstructed side approach and clear floor space is inaccessible.", "code": "Obstructed side approach and clear floor space is inaccessible." }, { "name": "Operable part is too high and clear floor space is too steep.", "code": "Operable part is too high and clear floor space is too steep." }, { "name": "Return curb not protected.", "code": "Return curb not protected." }, { "name": "Obstructed side approach & walk intervals too short.", "code": "Obstructed side approach & walk intervals too short." }, { "name": "One or more critical slopes too steep & not within marked pedestrian street crossing.", "code": "One or more critical slopes too steep & not within marked pedestrian street crossing." }, { "name": "Obstructed side approach and too short.", "code": "Obstructed side approach and too short." }, { "name": "Turning space too steep & no DTW provided.", "code": "Turning space too steep & no DTW provided." }, { "name": "No turning space and no DTW provided.", "code": "No turning space and no DTW provided." }, { "name": "Walk intervals too short.", "code": "Walk intervals too short." }, { "name": "One or more critical findings. Refer to citations.", "code": "One or more critical findings. Refer to citations." }, { "name": "Pedestrian access route not within marked pedestrian street crossing.", "code": "Pedestrian access route not within marked pedestrian street crossing." }, { "name": "Obstructed side approach and push button too high.", "code": "Obstructed side approach and push button too high." }, { "name": "DTW in wrong location.", "code": "DTW in wrong location." }, { "name": "Turning space too steep; DTW in wrong location.", "code": "Turning space too steep; DTW in wrong location." }, { "name": "Turning space too steep, too narrow, & no DTW provided.", "code": "Turning space too steep, too narrow, & no DTW provided." }, { "name": "One or more critical slopes too steep & no protection at returned curb.", "code": "One or more critical slopes too steep & no protection at returned curb." }, { "name": "Steps are located within walkway", "code": "Steps are located within walkway" }, { "name": "Turning space too narrow; DTW in wrong location.", "code": "Turning space too narrow; DTW in wrong location." } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "ADA_Deficiency" }, { "name": "ADA_Date", "type": "esriFieldTypeDate", "alias": "ADA_Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "ADA_Date" }, { "name": "ADA_Notes", "type": "esriFieldTypeString", "alias": "ADA_Notes", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "ADA_Notes" }, { "name": "Shape__Area", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STArea()" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STLength()" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "UUID_76", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "R76_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S38_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "ADA Facilities", "description": "", "prototype": { "attributes": { "ADA_Notes": null, "FacilityID": null, "Location": null, "ADA_Date": null, "ADA_Deficiency": null, "ADA_Compliance": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,ChangeTracking", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "fe2f127ad50446aaaf1b6a01231f073e" } ], "tables": [ { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 1, "name": "ADA_Facilities_Table", "type": "Table", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user", "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false } }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [ { "id": 0, "name": "cityWorks.DBO.ADA_Facilities", "relatedTableId": 0, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "Location", "composite": false } ], "isDataVersioned": true, "isDataArchived": true, "infoInEstimates": [ "count" ], "isDataBranchVersioned": true, "isDataReplicaTracked": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1673622197000 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": false, "supportsCalculate": true, "supportsASyncCalculate": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true }, "hasMetadata": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "supportsOidReservation": true, "htmlPopupType": "esriServerHTMLPopupTypeNone", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "OBJECTID", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "Owned__Leased", "type": "esriFieldTypeString", "alias": "Owned/ Leased", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Owned__Leased" }, { "name": "cityWorks.DBO.ADA_Facilities_Table.Area", "type": "esriFieldTypeString", "alias": "cityWorks.DBO.ADA_Facilities_Table.Area", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "cityWorks.DBO.ADA_Facilities_Table.Area" }, { "name": "Room_space", "type": "esriFieldTypeString", "alias": "Room/space", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Room_space" }, { "name": "Room_Space_Description", "type": "esriFieldTypeString", "alias": "Room/Space Description", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Room_Space_Description" }, { "name": "Room_Space_Type", "type": "esriFieldTypeString", "alias": "Room/Space Type", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Room_Space_Type" }, { "name": "Element", "type": "esriFieldTypeString", "alias": "Element", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Element" }, { "name": "Element_Description", "type": "esriFieldTypeString", "alias": "Element Description", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Element_Description" }, { "name": "Latitude", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Latitude" }, { "name": "Longitude", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Longitude" }, { "name": "Attribute", "type": "esriFieldTypeString", "alias": "Attribute", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Attribute" }, { "name": "Attribute_Description", "type": "esriFieldTypeString", "alias": "Attribute Description", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Attribute_Description" }, { "name": "On_Site_Value", "type": "esriFieldTypeString", "alias": "On-Site Value", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "On_Site_Value" }, { "name": "Compliant", "type": "esriFieldTypeString", "alias": "Compliant", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Compliant" }, { "name": "Program_Access_", "type": "esriFieldTypeString", "alias": "Program Access?", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Program_Access_" }, { "name": "Finding", "type": "esriFieldTypeString", "alias": "Finding", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Finding" }, { "name": "Photo_Reference_Number", "type": "esriFieldTypeString", "alias": "Photo Reference Number", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Photo_Reference_Number" }, { "name": "Priority", "type": "esriFieldTypeString", "alias": "Priority", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Priority" }, { "name": "Recommendation", "type": "esriFieldTypeString", "alias": "Recommendation", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Recommendation" }, { "name": "Recommended_Value", "type": "esriFieldTypeString", "alias": "Recommended Value", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Recommended_Value" }, { "name": "Element_Citation", "type": "esriFieldTypeString", "alias": "Element_Citation", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Element_Citation" }, { "name": "Mitigation_Difficulty", "type": "esriFieldTypeString", "alias": "Mitigation Difficulty", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Mitigation_Difficulty" }, { "name": "Milestone_Date", "type": "esriFieldTypeString", "alias": "Milestone Date", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Milestone_Date" }, { "name": "Milestone_Months", "type": "esriFieldTypeInteger", "alias": "Milestone Months", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Milestone_Months" }, { "name": "Suggested_Net_Priority__1__High", "type": "esriFieldTypeInteger", "alias": "Suggested Net Priority (1- High to 15-Low)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Suggested_Net_Priority__1__High" }, { "name": "Resolution_Status", "type": "esriFieldTypeString", "alias": "Resolution Status", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Resolution_Status" }, { "name": "Resolution_Comments", "type": "esriFieldTypeString", "alias": "Resolution Comments", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Resolution_Comments" }, { "name": "Column1", "type": "esriFieldTypeInteger", "alias": "Column1", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Column1" }, { "name": "Column2", "type": "esriFieldTypeString", "alias": "Column2", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Column2" }, { "name": "Column3", "type": "esriFieldTypeString", "alias": "Column3", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "Column3" }, { "name": "FacilityID", "type": "esriFieldTypeString", "alias": "FacilityID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FacilityID" }, { "name": "Location", "type": "esriFieldTypeString", "alias": "Location", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "Location" }, { "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" } ], "indexes": [ { "name": "UUID_97", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "GDB_138_Location", "fields": "Location", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R97_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "ADA_Facilities_Table", "description": "", "prototype": { "attributes": { "Location": null, "Owned__Leased": null, "cityWorks.DBO.ADA_Facilities_Table.Area": null, "Room_space": null, "Room_Space_Description": null, "Room_Space_Type": null, "Element": null, "Element_Description": null, "Latitude": null, "Longitude": null, "Attribute": null, "Attribute_Description": null, "On_Site_Value": null, "Compliant": null, "Program_Access_": null, "Finding": null, "Photo_Reference_Number": null, "Priority": null, "Recommendation": null, "Recommended_Value": null, "Element_Citation": null, "Mitigation_Difficulty": null, "Milestone_Date": null, "Milestone_Months": null, "Suggested_Net_Priority__1__High": null, "Resolution_Status": null, "Resolution_Comments": null, "Column1": null, "Column2": null, "Column3": null, "FacilityID": null } }, "drawingTool": "esriFeatureEditToolNone" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,ChangeTracking", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 2000, "maxRecordCountFactor": 1, "serviceItemId": "fe2f127ad50446aaaf1b6a01231f073e" } ] }