EnvironmentVariables

The environment variables for the container

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-environmentvariables-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentVariables",
  "title": "EnvironmentVariables",
  "type": "object",
  "description": "The environment variables for the container",
  "propertyNames": {
    "minLength": 1,
    "pattern": "^[^=]+$"
  },
  "additionalProperties": {
    "type": "string"
  }
}