{
  "description": "04 validate field: first subfield does not start where it ought to",
  "input": ["700##aaa|foo|Bcontent"],
  "errors": ["700: Data segment should begin with '|'"],
  "only": false,
  "decorator": {
    "subfieldCodePrefix": "|"
  }
}