{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.regulation",
  "type": "object",
  "title": "InvstmtDcsnPrsn",
  "properties": {
    "prsn": {
      "$ref": "cdm-regulation-Prsn.schema.json"
    }
  },
  "required": [
    "prsn"
  ]
}
