{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Volume", "title": "Volume", "type": "object", "properties": { "kind": { "type": "string" }, "mountPath": { "type": "string" } }, "required": [ "kind" ] }