{ "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.core.v1.DownwardAPIVolumeFile" }, "type": [ "array", "null" ] } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/downwardapiprojection/v1" }