Amazon Fraud Detector · JSON Structure

Amazon Fraud Detector Tag Structure

A key-value metadata label applied to an Amazon Fraud Detector resource.

Type: object Properties: 0
Financial ServicesFraud DetectionMachine LearningSecurity

Tag 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-tag-structure.json",
  "name": "Tag",
  "description": "A key-value metadata label applied to an Amazon Fraud Detector resource.",
  "type": "object",
  "fields": [
    {
      "name": "key",
      "type": "string",
      "description": "Tag key.",
      "required": true
    },
    {
      "name": "value",
      "type": "string",
      "description": "Tag value.",
      "required": true
    }
  ]
}