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