pathPrefixType

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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