Losant · Schema

Losant EdgeDeployment

Schema for a single deployment of an edge workflow to an edge device

IoTInternet of ThingsDevicesEdge ComputeEmbeddedMQTTIndustrial IoTTelemetryWorkflow-AutomationVisual Workflow EngineDashboardsTime SeriesConnected ProductsEnterprise

Properties

Name Type Description
id object
edgeDeploymentId object
applicationId object
deviceId object
deviceName object
deviceConnectionInfo object
flowId object
flowName object
flowClass string
fileName object
creationDate object
lastUpdated object
currentVersion object
desiredVersion object
currentEtag object
desiredEtag object
logs array
View JSON Schema on GitHub

JSON Schema

losant-edge-deployment-schema.json Raw ↑
{
  "title": "Losant EdgeDeployment",
  "description": "Schema for a single deployment of an edge workflow to an edge device",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/$defs/common/objectId"
    },
    "edgeDeploymentId": {
      "$ref": "#/$defs/common/objectId"
    },
    "applicationId": {
      "$ref": "#/$defs/common/objectId"
    },
    "deviceId": {
      "$ref": "#/$defs/common/objectId"
    },
    "deviceName": {
      "$ref": "#/$defs/common/name"
    },
    "deviceConnectionInfo": {
      "type": "object",
      "properties": {
        "time": {
          "$ref": "#/$defs/common/date"
        },
        "connected": {
          "enum": [
            1,
            0,
            null
          ]
        }
      }
    },
    "flowId": {
      "$ref": "#/$defs/common/objectId"
    },
    "flowName": {
      "$ref": "#/$defs/common/name"
    },
    "flowClass": {
      "type": "string",
      "enum": [
        "edge",
        "customNode"
      ]
    },
    "fileName": {
      "$ref": "#/$defs/common/safeFileName"
    },
    "creationDate": {
      "$ref": "#/$defs/common/date"
    },
    "lastUpdated": {
      "$ref": "#/$defs/common/date"
    },
    "currentVersion": {
      "$ref": "#/$defs/common/nullableName"
    },
    "desiredVersion": {
      "$ref": "#/$defs/common/nullableName"
    },
    "currentEtag": {
      "$ref": "#/$defs/common/name"
    },
    "desiredEtag": {
      "$ref": "#/$defs/common/name"
    },
    "logs": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "sourceType": {
            "$ref": "#/$defs/common/sourceType"
          },
          "sourceId": {
            "$ref": "#/$defs/common/objectId"
          },
          "date": {
            "$ref": "#/$defs/common/date"
          },
          "changeType": {
            "type": "string",
            "enum": [
              "current",
              "desired"
            ]
          },
          "newValue": {
            "$ref": "#/$defs/common/nullableName"
          },
          "previousValue": {
            "$ref": "#/$defs/common/nullableName"
          },
          "attemptedValue": {
            "$ref": "#/$defs/common/nullableName"
          },
          "newEtag": {
            "$ref": "#/$defs/common/name"
          },
          "previousEtag": {
            "$ref": "#/$defs/common/name"
          },
          "attemptedEtag": {
            "$ref": "#/$defs/common/name"
          },
          "error": {
            "type": "string"
          }
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/losant/main/json-schema/losant-edgeDeployment-schema.json"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/losant-edge-deployment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.