pathType

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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