ContainerFileMap

The extra files to mount into the container as a map of target paths to file details

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-containerfilemap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContainerFileMap",
  "title": "ContainerFileMap",
  "type": "object",
  "description": "The extra files to mount into the container as a map of target paths to file details",
  "additionalProperties": {
    "$ref": "#/components/schemas/ContainerFile"
  }
}