LocalMountPath

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-localmountpath-schema.json Raw ↑
{
  "$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
}