EnvironmentVariable

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
value string
valueFrom object
View JSON Schema on GitHub

JSON Schema

application-research-environmentvariable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentVariable",
  "title": "EnvironmentVariable",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "valueFrom": {
      "$ref": "#/components/schemas/EnvironmentVariableReference"
    }
  }
}