{
  "metadata": {
  "name": "Special Characters JSON",
  "description": "",
  "type": "static",
  "schema": {
    "fields": [
      {
        "name": "indicator",
        "validators": []
      },
      {
        "name": "severity",
        "validators": []
      },
      {
        "name": "description",
        "validators": []
      },
      {
        "name": "notes",
        "validators": []
      }
    ]
  },
  "exported_at": "2026-04-21T11:29:21.578155+00:00",
  "total_items": 25
},
  "items": [
    {"notes": "Basic data", "severity": "85", "indicator": "192.168.1.1", "description": "Simple test case"},
    {"notes": "Should be escaped with single quote", "severity": "90", "indicator": "=1+1", "description": "CSV injection formula"},
    {"notes": "Plus sign formula attempt", "severity": "95", "indicator": "+SUM(A1:A10)", "description": "CSV injection plus sign"},
    {"notes": "Negative number that could be formula", "severity": "88", "indicator": "-2147483648", "description": "CSV injection minus sign"},
    {"notes": "Spreadsheet function attempt", "severity": "92", "indicator": "@SUM(A1:A10)", "description": "CSV injection @ symbol"},
    {"notes": "Quote test: \"quoted text\"", "severity": "75", "indicator": "10.0.0.1", "description": "Text with \"double quotes\" inside"},
    {"notes": "Single quote test: 'quoted'", "severity": "80", "indicator": "172.16.0.1", "description": "Text with 'single quotes' inside"},
    {"notes": "Multiple, commas, here", "severity": "70", "indicator": "192.168.2.1", "description": "Comma, separated, values, in, text"},
    {"notes": "Multiline\ntext\nhere", "severity": "65", "indicator": "10.0.0.2", "description": "Line 1\nLine 2\nLine 3"},
    {"notes": "Contains\ttabs", "severity": "60", "indicator": "172.16.0.2", "description": "Tab\tseparated\ttext"},
    {"notes": "Japanese, emoji, Greek", "severity": "55", "indicator": "192.168.3.1", "description": "Unicode: 日本語 🔥 Ω ❤ 🚀"},
    {"notes": "Russian text", "severity": "50", "indicator": "10.0.0.3", "description": "Cyrillic: Привет мир"},
    {"notes": "Right-to-left text", "severity": "45", "indicator": "172.16.0.3", "description": "Arabic: مرحبا بالعالم"},
    {"notes": "Another RTL language", "severity": "40", "indicator": "192.168.4.1", "description": "Hebrew: שלום עולם"},
    {"notes": "Simplified Chinese", "severity": "35", "indicator": "10.0.0.4", "description": "Chinese: 你好世界"},
    {"notes": "Multiple emojis", "severity": "30", "indicator": "172.16.0.4", "description": "Emoji mix: 😀😃😄😁🎉🎊✨"},
    {"notes": "All special characters", "severity": "25", "indicator": "192.168.5.1", "description": "Special chars: !@#$%^&*()_+-=[]{}|;:,.<>?/~`"},
    {"notes": "Windows path with backslashes", "severity": "20", "indicator": "10.0.0.5", "description": "Backslash test: C:\\Windows\\System32"},
    {"notes": "Complex combination", "severity": "15", "indicator": "172.16.0.5", "description": "Mixed: \"quotes\", commas, and 'more quotes'"},
    {"notes": "Formula not at start", "severity": "10", "indicator": "192.168.6.1", "description": "Formula in middle: normal =1+1 text"},
    {"notes": "Should normalize to NFC", "severity": "100", "indicator": "café", "description": "Unicode NFC test: café (precomposed)"},
    {"notes": "Testing empty values", "severity": "5", "indicator": "", "description": "Empty indicator field"},
    {"notes": "Another empty field test", "severity": "", "indicator": "10.0.0.6", "description": "Empty severity"},
    {"notes": "Empty description", "severity": "50", "indicator": "10.0.0.7", "description": ""},
    {"notes": "Long text field", "severity": "50", "indicator": "10.0.0.8", "description": "Very long text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris."}
  ]
}