{
  "name": "SIGMET WC",
  "version": "1.0.0",
  "description": "SIGMET TC: Tropical cyclone",
  "extends": "sigmet",
  "category": "WC",
  "suggestions": {
    "items": {
      "identifier": [
        {
          "text": "AAAA SIGMET",
          "description": "SIGMET WC message (enter FIR code)",
          "editable": [
            {
              "start": 0,
              "end": 4
            }
          ]
        }
      ],
      "tc": [
        {
          "text": "TC",
          "description": "Tropical cyclone"
        }
      ],
      "tcName": [
        {
          "text": "NAME",
          "description": "Cyclone name",
          "editable": [
            {
              "start": 0,
              "end": 4
            }
          ]
        }
      ]
    },
    "after": {
      "start": [
        "identifier"
      ],
      "fir": [
        "tc"
      ],
      "uir": [
        "tc"
      ],
      "firUir": [
        "tc"
      ],
      "cta": [
        "tc"
      ],
      "statusTest": [
        "tc"
      ],
      "statusExer": [
        "tc"
      ],
      "tc": [
        "tcName"
      ]
    }
  },
  "tokens": {}
}
