{
 "currentVersion": 11.3,
 "cimVersion": "3.3.0",
 "id": 7,
 "name": "Projects",
 "type": "Table",
 "description": "",
 "copyrightText": "",
 "editFieldsInfo": null,
 "ownershipBasedAccessControlForFeatures": null,
 "syncCanReturnChanges": false,
 "relationships": [],
 "isDataVersioned": false,
 "isDataArchived": false,
 "infoInEstimates": [
  "count"
 ],
 "isDataBranchVersioned": false,
 "isDataReplicaTracked": false,
 "isCoGoEnabled": false,
 "supportsRollbackOnFailureParameter": true,
 "archivingInfo": {
  "supportsQueryWithHistoricMoment": false,
  "startArchivingMoment": -1
 },
 "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,
  "supportsAdvancedQueryRelated": true,
  "supportsQueryRelatedPagination": true,
  "supportsCurrentUserQueries": true,
  "supportsQueryWithResultType": true,
  "supportsReturningGeometryCentroid": false,
  "supportsSqlExpression": true,
  "supportsLod": false,
  "supportsQueryWithLodSR": false,
  "supportsQueryAnalytic": true
 },
 "advancedQueryAnalyticCapabilities": {
  "supportsLinearRegression": true,
  "supportsAsync": true,
  "supportsPercentileAnalytic": true
 },
 "advancedEditingCapabilities": {
  "supportedSqlFormatsInCalculate": [
   "standard"
  ],
  "supportsAsyncApplyEdits": true,
  "supportsApplyEditsbyUploadID": true,
  "supportedApplyEditsUploadIDFormats": "JSON"
 },
 "hasMetadata": true,
 "hasAttachments": false,
 "supportsApplyEditsWithGlobalIds": false,
 "htmlPopupType": "esriServerHTMLPopupTypeNone",
 "objectIdField": "OBJECTID",
 "globalIdField": "",
 "displayField": "ProjectID",
 "typeIdField": "",
 "subtypeField": "",
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "defaultValue": null,
   "modelName": "System-maintained ObjectID"
  },
  {
   "name": "ProjectID",
   "type": "esriFieldTypeString",
   "alias": "Project ID",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 36,
   "defaultValue": null,
   "modelName": "ProjectID"
  },
  {
   "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": 50,
   "defaultValue": null,
   "modelName": "CreatedBy"
  },
  {
   "name": "LastEdited",
   "type": "esriFieldTypeDate",
   "alias": "Last Edited",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 8,
   "defaultValue": null,
   "modelName": "LastEdited"
  },
  {
   "name": "LastEditedBy",
   "type": "esriFieldTypeString",
   "alias": "Last Edited By",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "LastEditedBy"
  },
  {
   "name": "Mode",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Mode",
   "domain": {
    "type": "codedValue",
    "name": "dProjectMode",
    "description": "Project Mode",
    "codedValues": [
     {
      "name": "Draft",
      "code": 0
     },
     {
      "name": "Submitted",
      "code": 1
     },
     {
      "name": "Ready for SP Review",
      "code": 2
     },
     {
      "name": "Project Review Complete",
      "code": 3
     },
     {
      "name": "Rejected",
      "code": 4
     },
     {
      "name": "Rejected Draft",
      "code": 5
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "Mode"
  },
  {
   "name": "WorkflowID",
   "type": "esriFieldTypeString",
   "alias": "Workflow ID",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 36,
   "defaultValue": null,
   "modelName": "WorkflowID"
  },
  {
   "name": "IsComplete",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Complete",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": 0,
   "modelName": "IsComplete"
  },
  {
   "name": "Stage",
   "type": "esriFieldTypeString",
   "alias": "Stage",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": "Internal",
   "modelName": "Stage"
  },
  {
   "name": "RHProjectID",
   "type": "esriFieldTypeInteger",
   "alias": "RHProjectID",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "RHProjectID"
  },
  {
   "name": "SourceProjectID",
   "type": "esriFieldTypeString",
   "alias": "Source Project ID",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "SourceProjectID"
  },
  {
   "name": "IsDraftApplication",
   "type": "esriFieldTypeSmallInteger",
   "alias": "IsDraftApplication",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": 1,
   "modelName": "IsDraftApplication"
  },
  {
   "name": "ProjectSequenceID",
   "type": "esriFieldTypeString",
   "alias": "ProjectSequenceID",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 1073741822,
   "defaultValue": null,
   "modelName": "ProjectSequenceID"
  },
  {
   "name": "ProjImage",
   "type": "esriFieldTypeBlob",
   "alias": "ProjImage",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "ProjImage"
  }
 ],
 "indexes": [
  {
   "name": "R525_SDE_ROWID_UK",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "datesInUnknownTimezone": false,
 "dateFieldsTimeReference": {
  "timeZone": "UTC",
  "respectsDaylightSaving": false
 },
 "preferredTimeReference": null,
 "types": [],
 "templates": [
  {
   "name": "Projects",
   "description": "",
   "prototype": {
    "attributes": {
     "ProjectSequenceID": null,
     "ProjectID": null,
     "DateCreated": null,
     "CreatedBy": null,
     "LastEdited": null,
     "LastEditedBy": null,
     "Mode": null,
     "WorkflowID": null,
     "IsComplete": 0,
     "Stage": "Internal",
     "RHProjectID": null,
     "SourceProjectID": null,
     "IsDraftApplication": 1,
     "ProjImage": null
    }
   },
   "drawingTool": "esriFeatureEditToolNone"
  }
 ],
 "maxRecordCount": 2000,
 "supportedQueryFormats": "JSON, geoJSON, PBF",
 "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson",
 "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Extract",
 "useStandardizedQueries": true,
 "bigIntegerRestrictedTo53Bits": true,
 "standardMaxRecordCount": 32000,
 "tileMaxRecordCount": 2000,
 "maxRecordCountFactor": 1,
 "serviceItemId": "c8301002347e43a6a50f209467464a05"
}