{
 "currentVersion": 11.4,
 "cimVersion": "3.4.0",
 "id": 22,
 "name": "GEO.GDB_ValidationPolygonErrors",
 "type": "Table",
 "description": "",
 "copyrightText": "",
 "editFieldsInfo": {
  "creationDateField": "CREATIONDATE",
  "creatorField": "CREATOR",
  "editDateField": "LASTUPDATE",
  "editorField": "UPDATEDBY"
 },
 "ownershipBasedAccessControlForFeatures": null,
 "syncCanReturnChanges": true,
 "relationships": [],
 "isDataVersioned": true,
 "isDataArchived": true,
 "infoInEstimates": [
  "count"
 ],
 "isDataBranchVersioned": true,
 "isDataReplicaTracked": false,
 "isCoGoEnabled": false,
 "supportsRollbackOnFailureParameter": false,
 "archivingInfo": {
  "supportsQueryWithHistoricMoment": true,
  "startArchivingMoment": 1633082925000
 },
 "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,
  "supportsReturningGeometryEnvelope": false,
  "supportsSqlExpression": true,
  "supportsLod": false,
  "supportsQueryWithLodSR": false,
  "supportsQueryAnalytic": false
 },
 "advancedEditingCapabilities": {
  "supportedSqlFormatsInCalculate": [
   "standard"
  ],
  "supportsAsyncApplyEdits": true,
  "supportsApplyEditsbyUploadID": true,
  "supportedApplyEditsUploadIDFormats": "JSON,PBF"
 },
 "hasMetadata": true,
 "hasAttachments": false,
 "supportsApplyEditsWithGlobalIds": true,
 "supportsOidReservation": true,
 "htmlPopupType": "esriServerHTMLPopupTypeNone",
 "objectIdField": "ObjectID",
 "globalIdField": "GlobalID",
 "displayField": "RuleName",
 "typeIdField": "",
 "subtypeField": "",
 "fields": [
  {
   "name": "ObjectID",
   "type": "esriFieldTypeOID",
   "alias": "Object ID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "defaultValue": null,
   "modelName": "ObjectID"
  },
  {
   "name": "FeatureClassID",
   "type": "esriFieldTypeInteger",
   "alias": "Feature class ID",
   "domain": null,
   "editable": true,
   "nullable": false,
   "defaultValue": null,
   "modelName": "FeatureClassID",
   "required": true
  },
  {
   "name": "FeatureObjectID",
   "type": "esriFieldTypeInteger",
   "alias": "Feature object ID",
   "domain": null,
   "editable": true,
   "nullable": false,
   "defaultValue": null,
   "modelName": "FeatureObjectID",
   "required": true
  },
  {
   "name": "FeatureGlobalID",
   "type": "esriFieldTypeGUID",
   "alias": "Feature global ID",
   "domain": null,
   "editable": true,
   "nullable": false,
   "length": 38,
   "defaultValue": "{00000000-0000-0000-0000-000000000000}",
   "modelName": "FeatureGlobalID",
   "required": true
  },
  {
   "name": "ErrorNumber",
   "type": "esriFieldTypeInteger",
   "alias": "Error number",
   "domain": null,
   "editable": true,
   "nullable": false,
   "defaultValue": null,
   "modelName": "ErrorNumber",
   "required": true
  },
  {
   "name": "ErrorMessage",
   "type": "esriFieldTypeString",
   "alias": "Error message",
   "domain": null,
   "editable": true,
   "nullable": false,
   "length": 2000,
   "defaultValue": null,
   "modelName": "ErrorMessage",
   "required": true
  },
  {
   "name": "RuleType",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Rule type",
   "domain": {
    "type": "codedValue",
    "name": "Attribute Rule Type",
    "description": "The attribute rule type that created the error record.",
    "codedValues": [
     {
      "name": "Calculation",
      "code": 0
     },
     {
      "name": "Constraint",
      "code": 1
     },
     {
      "name": "Validation",
      "code": 2
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": false,
   "defaultValue": null,
   "modelName": "RuleType",
   "required": true
  },
  {
   "name": "RuleName",
   "type": "esriFieldTypeString",
   "alias": "Rule name",
   "domain": null,
   "editable": true,
   "nullable": false,
   "length": 64,
   "defaultValue": null,
   "modelName": "RuleName",
   "required": true
  },
  {
   "name": "RuleID",
   "type": "esriFieldTypeInteger",
   "alias": "Rule ID",
   "domain": null,
   "editable": true,
   "nullable": false,
   "defaultValue": null,
   "modelName": "RuleID",
   "required": true
  },
  {
   "name": "RuleDescription",
   "type": "esriFieldTypeString",
   "alias": "Rule description",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 256,
   "defaultValue": null,
   "modelName": "RuleDescription",
   "required": true
  },
  {
   "name": "Severity",
   "type": "esriFieldTypeInteger",
   "alias": "Severity",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "Severity",
   "required": true
  },
  {
   "name": "IsException",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Is exception",
   "domain": {
    "type": "codedValue",
    "name": "Validation Error Exception",
    "description": "Indicates if the error record has been marked as an exception.",
    "codedValues": [
     {
      "name": "False",
      "code": 0
     },
     {
      "name": "True",
      "code": 1
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "IsException",
   "required": true
  },
  {
   "name": "ErrorStatus",
   "type": "esriFieldTypeInteger",
   "alias": "Error status",
   "domain": {
    "type": "codedValue",
    "name": "Validation Error Status",
    "description": "Indicates error lifecycle status of an error",
    "codedValues": [
     {
      "name": "Reviewed",
      "code": 1
     },
     {
      "name": "Resolved",
      "code": 2
     },
     {
      "name": "Mark As Exception",
      "code": 3
     },
     {
      "name": "Acceptable",
      "code": 4
     },
     {
      "name": "Unacceptable",
      "code": 6
     },
     {
      "name": "Exception",
      "code": 9
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "defaultValue": 1,
   "modelName": "ErrorStatus",
   "required": true
  },
  {
   "name": "ErrorPhase",
   "type": "esriFieldTypeInteger",
   "alias": "Error phase",
   "domain": {
    "type": "codedValue",
    "name": "Validation Error Phase",
    "description": "Indicates error lifecycle phase of an error",
    "codedValues": [
     {
      "name": "Review",
      "code": 2
     },
     {
      "name": "Correction",
      "code": 4
     },
     {
      "name": "Verification",
      "code": 6
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "defaultValue": 2,
   "modelName": "ErrorPhase",
   "required": true
  },
  {
   "name": "CorrectionNotes",
   "type": "esriFieldTypeString",
   "alias": "Correction notes",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 256,
   "defaultValue": null,
   "modelName": "CorrectionNotes",
   "required": true
  },
  {
   "name": "CorrectionTechnician",
   "type": "esriFieldTypeString",
   "alias": "Correction technician",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 256,
   "defaultValue": null,
   "modelName": "CorrectionTechnician",
   "required": true
  },
  {
   "name": "VerificationNotes",
   "type": "esriFieldTypeString",
   "alias": "Verification notes",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 256,
   "defaultValue": null,
   "modelName": "VerificationNotes",
   "required": true
  },
  {
   "name": "VerificationTechnician",
   "type": "esriFieldTypeString",
   "alias": "Verification technician",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 256,
   "defaultValue": null,
   "modelName": "VerificationTechnician",
   "required": true
  },
  {
   "name": "CREATIONDATE",
   "type": "esriFieldTypeDate",
   "alias": "Creation date",
   "domain": null,
   "editable": false,
   "nullable": false,
   "length": 8,
   "defaultValue": null,
   "modelName": "CREATIONDATE",
   "required": true
  },
  {
   "name": "CREATOR",
   "type": "esriFieldTypeString",
   "alias": "Creator",
   "domain": null,
   "editable": false,
   "nullable": false,
   "length": 255,
   "defaultValue": null,
   "modelName": "CREATOR",
   "required": true
  },
  {
   "name": "LASTUPDATE",
   "type": "esriFieldTypeDate",
   "alias": "Last update",
   "domain": null,
   "editable": false,
   "nullable": false,
   "length": 8,
   "defaultValue": null,
   "modelName": "LASTUPDATE",
   "required": true
  },
  {
   "name": "UPDATEDBY",
   "type": "esriFieldTypeString",
   "alias": "Updated by",
   "domain": null,
   "editable": false,
   "nullable": false,
   "length": 255,
   "defaultValue": null,
   "modelName": "UPDATEDBY",
   "required": true
  },
  {
   "name": "Shape",
   "type": "esriFieldTypeGeometry",
   "alias": "Shape",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "Shape",
   "required": true
  },
  {
   "name": "GlobalID",
   "type": "esriFieldTypeGlobalID",
   "alias": "GlobalID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "length": 38,
   "defaultValue": null,
   "modelName": "GlobalID"
  },
  {
   "name": "Shape__Area",
   "type": "esriFieldTypeDouble",
   "alias": "Shape.STArea()",
   "domain": null,
   "editable": false,
   "nullable": true,
   "defaultValue": null,
   "modelName": "Shape.STArea()",
   "required": true
  },
  {
   "name": "Shape__Length",
   "type": "esriFieldTypeDouble",
   "alias": "Shape.STLength()",
   "domain": null,
   "editable": false,
   "nullable": true,
   "defaultValue": null,
   "modelName": "Shape.STLength()",
   "required": true
  }
 ],
 "indexes": [
  {
   "name": "UUID_94",
   "fields": "GlobalID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "R94_SDE_ROWID_UK",
   "fields": "ObjectID",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  },
  {
   "name": "S79_idx",
   "fields": "Shape",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "datesInUnknownTimezone": false,
 "dateFieldsTimeReference": {
  "timeZone": "UTC",
  "timeZoneIANA": "Etc/UTC",
  "respectsDaylightSaving": false
 },
 "preferredTimeReference": null,
 "types": [],
 "templates": [
  {
   "name": "GEO.GDB_ValidationPolygonErrors",
   "description": "",
   "prototype": {
    "attributes": {
     "Shape": null,
     "VerificationTechnician": null,
     "FeatureClassID": 0,
     "FeatureObjectID": 0,
     "FeatureGlobalID": "{00000000-0000-0000-0000-000000000000}",
     "ErrorNumber": 0,
     "ErrorMessage": " ",
     "RuleType": 0,
     "RuleName": " ",
     "RuleID": 0,
     "RuleDescription": null,
     "Severity": null,
     "IsException": null,
     "ErrorStatus": 1,
     "ErrorPhase": 2,
     "CorrectionNotes": null,
     "CorrectionTechnician": null,
     "VerificationNotes": null
    }
   },
   "drawingTool": "esriFeatureEditToolNone"
  }
 ],
 "maxRecordCount": 2000,
 "supportedQueryFormats": "JSON, geoJSON, PBF",
 "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson",
 "capabilities": "Query",
 "useStandardizedQueries": true,
 "bigIntegerRestrictedTo53Bits": true,
 "userTypeExtensions": [
  "advancedEditing"
 ],
 "standardMaxRecordCount": 32000,
 "tileMaxRecordCount": 2000,
 "maxRecordCountFactor": 1,
 "serviceItemId": "777cd9cc377643d1b67c466cc9a3d507"
}