mconn_controller_flare

APIs.ioEngineeringPlatform

Properties

Name Type Description
triggered_at string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-controller-flare-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_controller_flare",
  "title": "mconn_controller_flare",
  "properties": {
    "triggered_at": {
      "type": "string"
    }
  },
  "required": [
    "triggered_at"
  ],
  "type": "object"
}