ExportResponse

The binary blob response to GetExport, which contains the generated SDK.

APIs.ioEngineeringPlatform

Properties

Name Type Description
body object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-exportresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportResponse",
  "title": "ExportResponse",
  "type": "object",
  "properties": {
    "body": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Blob"
        },
        {
          "description": "The binary blob response to GetExport, which contains the export."
        }
      ]
    }
  },
  "description": "The binary blob response to GetExport, which contains the generated SDK."
}