{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pathType", "title": "pathType", "type": "string", "pattern": "(\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F)", "minLength": 1, "maxLength": 512 }