{
  "title": "path",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "absolute path of an object.",
  "type": "string",
  "pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
  "maxLength": 255,
  "minLength": 1
}
