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