Amazon Fraud Detector · JSON Structure

Amazon Fraud Detector Detector Structure

An Amazon Fraud Detector that orchestrates ML models and business rules for real-time fraud decisions.

Type: object Properties: 0
Financial ServicesFraud DetectionMachine LearningSecurity

Detector is a JSON Structure definition published by Amazon Fraud Detector. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fraud-detector/refs/heads/main/json-structure/amazon-fraud-detector-detector-structure.json",
  "name": "Detector",
  "description": "An Amazon Fraud Detector that orchestrates ML models and business rules for real-time fraud decisions.",
  "type": "object",
  "fields": [
    {
      "name": "detectorId",
      "type": "string",
      "description": "Unique identifier for the detector.",
      "required": true
    },
    {
      "name": "description",
      "type": "string",
      "description": "Optional description of the detector."
    },
    {
      "name": "eventTypeName",
      "type": "string",
      "description": "The name of the event type associated with the detector.",
      "required": true
    },
    {
      "name": "lastUpdatedTime",
      "type": "datetime",
      "description": ""
    },
    {
      "name": "createdTime",
      "type": "datetime",
      "description": ""
    },
    {
      "name": "arn",
      "type": "string",
      "description": "ARN of the detector."
    }
  ]
}