{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LocalMountPath", "title": "LocalMountPath", "type": "string", "pattern": "^/mnt/[a-zA-Z0-9-_.]+$", "maxLength": 160 }