ContainerVolumeMap

The volumes to mount as a map of target paths to volume details

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-containervolumemap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContainerVolumeMap",
  "title": "ContainerVolumeMap",
  "type": "object",
  "description": "The volumes to mount as a map of target paths to volume details",
  "additionalProperties": {
    "$ref": "#/components/schemas/ContainerVolume"
  }
}