RabbitMQSecrets

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
password string
uri string
View JSON Schema on GitHub

JSON Schema

application-research-rabbitmqsecrets-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RabbitMQSecrets",
  "title": "RabbitMQSecrets",
  "type": "object",
  "properties": {
    "password": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    }
  }
}