{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 6, "name": "Add BAT App Attributes", "type": "Table", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [ { "id": 0, "name": "Trails", "relatedTableId": 1, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "FACILITYID", "composite": false, "catalogID": "{9F9D5520-59E2-4A20-887E-4EBD7F47E109}" }, { "id": 1, "name": "Trails", "relatedTableId": 10, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "FACILITYID", "composite": false, "catalogID": "{9F9D5520-59E2-4A20-887E-4EBD7F47E109}" }, { "id": 2, "name": "Trails", "relatedTableId": 2, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "FACILITYID", "composite": false, "catalogID": "{9F9D5520-59E2-4A20-887E-4EBD7F47E109}" } ], "isDataVersioned": true, "isDataArchived": false, "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "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": "TRAILNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "TRAILNAME", "type": "esriFieldTypeString", "alias": "Trail Name", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": null, "modelName": "NAME" }, { "name": "ALIAS", "type": "esriFieldTypeString", "alias": "Trail Alias", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": null, "modelName": "ALIAS" }, { "name": "LENGTH", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LENGTH" }, { "name": "PEDESTRIAN", "type": "esriFieldTypeString", "alias": "Pedestrian", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": "Yes", "modelName": "PEDESTRIAN" }, { "name": "BIKE", "type": "esriFieldTypeString", "alias": "Bike", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": "Yes", "modelName": "BIKE" }, { "name": "HORSE", "type": "esriFieldTypeString", "alias": "Horse", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": "No", "modelName": "HORSE" }, { "name": "OHV", "type": "esriFieldTypeString", "alias": "OHV", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": "No", "modelName": "OHV" }, { "name": "DOGS", "type": "esriFieldTypeString", "alias": "DOGS", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": "Yes", "modelName": "DOGS" }, { "name": "TRAILTYPE", "type": "esriFieldTypeString", "alias": "Trail Type", "domain": { "type": "codedValue", "name": "REC_RT_TrailsType", "description": "Types of trails in the regional trail system", "codedValues": [ { "name": "Bike Lane", "code": "Bike Lane" }, { "name": "Sidewalk", "code": "Sidewalk" }, { "name": "Trail", "code": "Trail" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "TRAILTYPE" }, { "name": "SURTYPE", "type": "esriFieldTypeString", "alias": "Surface Type", "domain": { "type": "codedValue", "name": "REC_RT_TrailSurfacetype", "description": "Types of surfaces in the regional trail system", "codedValues": [ { "name": "Hard Surface", "code": "HardSurface" }, { "name": "Soft Surface", "code": "SoftSurface" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "SURTYPE" }, { "name": "STEWARD", "type": "esriFieldTypeString", "alias": "Steward", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": null, "modelName": "STEWARD" }, { "name": "DATAOWNER", "type": "esriFieldTypeString", "alias": "Data Owner", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": null, "modelName": "DATAOWNER" }, { "name": "COMMENTS", "type": "esriFieldTypeString", "alias": "Comments", "domain": null, "editable": true, "nullable": true, "length": 256, "defaultValue": null, "modelName": "COMMENTS" }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility ID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FACILITYID" } ], "indexes": [ { "name": "R1232_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "G74788FACILITYID", "fields": "FACILITYID", "isAscending": true, "isUnique": false, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "types": [], "templates": [ { "name": "Add BAT App Attributes", "description": "", "prototype": { "attributes": { "COMMENTS": null, "FACILITYID": null, "TRAILNAME": null, "ALIAS": null, "LENGTH": null, "PEDESTRIAN": "Yes", "BIKE": "Yes", "HORSE": "No", "OHV": "No", "DOGS": "Yes", "TRAILTYPE": null, "SURTYPE": null, "STEWARD": null, "DATAOWNER": null } }, "drawingTool": "esriFeatureEditToolNone" } ], "maxRecordCount": 8000, "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": 8000, "maxRecordCountFactor": 1, "serviceItemId": "40eda1d4f55d4bd38f81b3752b10e792" }