Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-spec / src / flockwave / spec / response_SHOW-ADAPT.json
Size: Mime:
{
  "type": "object",
  "properties": {
    "type": {
      "const": "SHOW-ADAPT"
    },
    "show": {
      "description": "Base64-encoded .skyc show file with adapted takeoff and RTH segments",
      "type": "string"
    },
    "takeoffLengthChange": {
      "description": "Change in the length of the takeoff segment compared to the original show file, in seconds",
      "type": "number"
    },
    "rthLengthChange": {
      "description": "Change in the length of the RTH segment compared to the original show file, in seconds",
      "type": "number"
    },
    "reason": {
      "description": "Explanation of why the show adaptation failed, if applicable",
      "type": "string"
    }
  },
  "required": ["type", "show", "takeoffLengthChange", "rthLengthChange"],
  "additionalProperties": false
}