{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 59, "name": "Validation Object Errors", "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": 1659450845000 }, "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": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "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": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "indexes": [ { "name": "UUID_224", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "R224_SDE_ROWID_UK", "fields": "ObjectID", "isAscending": true, "isUnique": false, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Validation Object Errors", "description": "", "prototype": { "attributes": { "VerificationNotes": 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 } }, "drawingTool": "esriFeatureEditToolNone" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 2000, "maxRecordCountFactor": 1, "serviceItemId": "7712f75bdb7246d9b6c56f2c9e029dbe" }