mq_queue_created

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on string
modified_on string
queue_id string
queue_name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mq-queue-created-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mq_queue_created",
  "title": "mq_queue_created",
  "properties": {
    "created_on": {
      "readOnly": true,
      "type": "string"
    },
    "modified_on": {
      "readOnly": true,
      "type": "string"
    },
    "queue_id": {
      "readOnly": true,
      "type": "string"
    },
    "queue_name": {
      "$ref": "#/components/schemas/mq_name"
    }
  },
  "type": "object"
}