{
  "header":{
    "message_ID": "b427003c-0000-11aa-a1eb-bvcdfghjgfdd",
    "timestamp": "2022-11-16T00:00:00Z",
    "version": 2,
    "source": "noc-c2",
    "destination": "",
    "delivery_type": "broadcast",
    "encoded": false
  },
  "payload":{
    "message_type": "planning_configuration",
    "planning_config_ID": 1,
    "primitives": [
      {
        "instruction": "stay_outside",
        "feature": {
          "type": "Feature",
          "properties": {
            "label": "The Rock",
            "type": "exclusion_zone"
          },
          "geometry": {
            "type": "Polygon", 
            "coordinates": [
              [
                [
                  -4.181176,
                  50.334019
                ],
                [
                  -4.179017,
                  50.332863
                ],
                [
                  -4.179924,
                  50.332174
                ],
                [
                  -4.182082,
                  50.33333
                ],
                [
                  -4.181176,
                  50.334019
                ]
              ]
            ]
          }
        }
      },
      {
        "instruction": "stay_inside",
        "feature": {
          "type": "Feature",
          "properties": {
            "label": "Survey Zone Charlie",
            "type": "operating area"
          },
          "geometry": {
            "type": "Polygon", 
            "coordinates": [
              [
                [
                  -4.183265,
                  50.337335
                ],
                [
                  -4.178084,
                  50.33456
                ],
                [
                  -4.182432,
                  50.331253
                ],
                [
                  -4.187612,
                  50.334028
                ],
                [
                  -4.183265,
                  50.337335
                ]
              ]
            ]
          }
        }
      }
    ],   
    "squads": [
      {
        "squad_ID": 1,
        "no_of_platforms": 1,
        "squad_mission_type": "profiling",
        "platforms": [
          {
            "operator": "noc",
            "model": "slocum",
            "platform_ID": "unit_xxx",
            "active": true
          }
        ],
        "primitives": [
          {
            "instruction": "informational",
            "feature": {
              "type": "Feature",
              "properties": {
                "name": "Target a",
                "type": "target"
              },
              "geometry": {
                "type": "Point", 
                "coordinates": [
                  -4.1835,
                  50.3355
                ]
              }
            }
          },
          {
            "instruction": "navigate_to",
            "feature": {
              "type": "Feature",
              "properties": {
                "label": "Target a acceptance",
                "type": "target"
              },
              "geometry": {
                "type": "Polygon", 
                "coordinates": [
                  [
                    [
                      -4.183,
                      50.3352
                    ],
                    [
                      -4.184,
                      50.3352
                    ],
                    [
                      -4.184,
                      50.3358
                    ],
                    [
                      -4.183,
                      50.3358
                    ],
                    [
                      -4.183,
                      50.3352
                    ]
                  ]
                ]
              }
            }
          }
        ]
      }
    ]
  }
}