mconn_partner_device

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-partner-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_partner_device",
  "title": "mconn_partner_device",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/mconn_uuid"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}