{
  "package": {
    "id": "dronecode.mavlink.telemetry",
    "name": "MAVLink Common Message Set Telemetry Pack",
    "version": "2.0.0",
    "status": "published"
  },
  "publisher": {
    "name": "Dronecode / MAVLink",
    "type": "community"
  },
  "domains": [
    "uav-autonomous"
  ],
  "solution_areas": [
    "telemetry",
    "communications",
    "ground-control"
  ],
  "artifacts": [
    "python-notebook",
    "telemetry-dataset",
    "standards-mapping"
  ],
  "dependencies": [
    {
      "id": "nimble.uav.core",
      "version": ">=1.0.0",
      "optional": false
    }
  ],
  "compatibility": {
    "nimble": {
      "minimum": "1.0.0",
      "maximum": null
    }
  },
  "license": {
    "type": "MIT",
    "name": "MIT License",
    "url": "https://opensource.org/license/mit",
    "redistribution": "bundled",
    "attribution_required": true,
    "attribution": "MAVLink common message set, MAVLink project (MIT / LGPL components).",
    "source_authority": "Dronecode / MAVLink project",
    "source_url": "https://mavlink.io/en/messages/common.html"
  },
  "validation": {
    "security": "scanned",
    "validation": "validated"
  },
  "contents": {
    "data": [
      "samples/flight-log.tlog"
    ],
    "mappings": [
      "mavlink-common-mapping.json"
    ],
    "notebooks": [
      "telemetry-decode.ipynb"
    ],
    "documentation": [
      "README.md"
    ]
  },
  "distribution": {
    "available": false,
    "reason": "bundled"
  }
}