Update flows.json
This commit is contained in:
parent
cc31ebca7c
commit
e8f4eee7f6
42
flows.json
42
flows.json
@ -930,13 +930,13 @@
|
|||||||
],
|
],
|
||||||
"format": "date"
|
"format": "date"
|
||||||
},
|
},
|
||||||
"AccountEmail": {
|
"accountemail": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"EventType": {
|
"eventtype": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -960,7 +960,7 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"InputIpAddress": {
|
"inputipaddress": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -997,7 +997,7 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"DigitalIdConfidence": {
|
"digitalidconfidence": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -1015,25 +1015,25 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"DeviceId": {
|
"deviceid": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"FuzzyDeviceId": {
|
"fuzzydeviceid": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"TrueIp": {
|
"trueip": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"TrueIpGeo": {
|
"trueipgeo": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -1057,7 +1057,7 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"DnsIp": {
|
"dnsip": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -1069,7 +1069,7 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RequestId": {
|
"requestid": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -1087,7 +1087,7 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"TmxSummaryReasonCode": {
|
"tmxsummaryreasoncode": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -1099,7 +1099,7 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RiskRating": {
|
"riskrating": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -1111,7 +1111,7 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Blob": {
|
"blob": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
@ -1238,7 +1238,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Type of event associated with the application.",
|
"description": "Type of event associated with the application.",
|
||||||
"source": "$root.ThreatMetrixResponse.EventType"
|
"source": "$root.ThreatMetrixResponse.eventtype"
|
||||||
},
|
},
|
||||||
"RiskRating": {
|
"RiskRating": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -1246,7 +1246,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Risk rating assigned to the application.",
|
"description": "Risk rating assigned to the application.",
|
||||||
"source": "$root.ThreatMetrixResponse.RiskRating"
|
"source": "$root.ThreatMetrixResponse.riskrating"
|
||||||
},
|
},
|
||||||
"TmxSummaryReasonCode": {
|
"TmxSummaryReasonCode": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -1254,7 +1254,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Reason code summary from third-party risk assessment.",
|
"description": "Reason code summary from third-party risk assessment.",
|
||||||
"source": "$root.ThreatMetrixResponse.TmxSummaryReasonCode"
|
"source": "$root.ThreatMetrixResponse.tmxsummaryreasoncode"
|
||||||
},
|
},
|
||||||
"DigitalIdConfidence": {
|
"DigitalIdConfidence": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -1262,7 +1262,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Confidence score for the digital identity of the applicant.",
|
"description": "Confidence score for the digital identity of the applicant.",
|
||||||
"source": "$root.ThreatMetrixResponse.DigitalIdConfidence"
|
"source": "$root.ThreatMetrixResponse.digitalidconfidence"
|
||||||
},
|
},
|
||||||
"TrueIpGeo": {
|
"TrueIpGeo": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -1270,7 +1270,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Geolocation information of the true IP address used in the application.",
|
"description": "Geolocation information of the true IP address used in the application.",
|
||||||
"source": "$root.ThreatMetrixResponse.TrueIpGeo"
|
"source": "$root.ThreatMetrixResponse.trueipgeo"
|
||||||
},
|
},
|
||||||
"Blob": {
|
"Blob": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -1278,7 +1278,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Raw data blob containing additional information related to the application.",
|
"description": "Raw data blob containing additional information related to the application.",
|
||||||
"source": "$root.ThreatMetrixResponse.Blob"
|
"source": "$root.ThreatMetrixResponse.blob"
|
||||||
},
|
},
|
||||||
"DeviceId": {
|
"DeviceId": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -1286,7 +1286,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Unique identifier for the device used to submit the application.",
|
"description": "Unique identifier for the device used to submit the application.",
|
||||||
"source": "$root.ThreatMetrixResponse.DeviceId"
|
"source": "$root.ThreatMetrixResponse.deviceid"
|
||||||
},
|
},
|
||||||
"FuzzyDeviceId": {
|
"FuzzyDeviceId": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -1294,7 +1294,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Hashed or partially anonymized identifier for the device.",
|
"description": "Hashed or partially anonymized identifier for the device.",
|
||||||
"source": "$root.ThreatMetrixResponse.FuzzyDeviceId"
|
"source": "$root.ThreatMetrixResponse.fuzzydeviceid"
|
||||||
},
|
},
|
||||||
"ownhome": {
|
"ownhome": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user