{ "currentVersion": 10.91, "id": 12, "name": "Projects", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": false, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1672149602000 }, "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": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": -1.0730985745E7, "ymin": 5070500.792999998, "xmax": -1.06843272215E7, "ymax": 5121063.884300001, "spatialReference": { "wkid": 102100, "latestWkid": 3857 } }, "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Project_Completion", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 56, 161, 58, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Ongoing", "label": "Ongoing", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 91, 68, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Planned", "label": "Planned", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 50, 43, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Yes", "label": "Completed", "description": "" } ], "fieldDelimiter": "," }, "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": "Project_Name", "typeIdField": "Project_Completion", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "Project_Name", "type": "esriFieldTypeString", "alias": "Project_Name", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Project_Name" }, { "name": "Date_Started", "type": "esriFieldTypeDate", "alias": "Date_Started", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Date_Started" }, { "name": "Date_Completed", "type": "esriFieldTypeDate", "alias": "Date_Completed", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Date_Completed" }, { "name": "Project_Completion", "type": "esriFieldTypeString", "alias": "Project_Completion", "domain": { "type": "codedValue", "name": "Project_Completion_1", "description": "Project_Completion", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "Ongoing", "code": "Ongoing" }, { "name": "Planned", "code": "Planned" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "Project_Completion" }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "Notes" }, { "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": "R36_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_36", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_36", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S31_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": "Ongoing", "name": "Ongoing", "domains": { "Project_Completion": {"type": "inherited"} }, "templates": [ { "name": "Ongoing", "description": "", "prototype": { "attributes": { "Date_Completed": null, "Notes": null, "Project_Name": null, "Date_Started": null, "Project_Completion": "Ongoing" } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": "Planned", "name": "Planned", "domains": { "Project_Completion": {"type": "inherited"} }, "templates": [ { "name": "Planned", "description": "", "prototype": { "attributes": { "Date_Completed": null, "Notes": null, "Project_Name": null, "Date_Started": null, "Project_Completion": "Planned" } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": "Yes", "name": "Yes", "domains": { "Project_Completion": {"type": "inherited"} }, "templates": [ { "name": "Completed", "description": "", "prototype": { "attributes": { "Date_Completed": null, "Notes": null, "Project_Name": null, "Date_Started": null, "Project_Completion": "Yes" } }, "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 }