mq_producer

APIs.ioEngineeringPlatform

Properties

Name Type Description
environment string
service string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mq-producer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mq_producer",
  "title": "mq_producer",
  "properties": {
    "environment": {
      "readOnly": true,
      "type": "string"
    },
    "service": {
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}