{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.regulation",
  "type": "object",
  "title": "Id",
  "properties": {
    "lei": {
      "type": "string"
    }
  },
  "required": [
    "lei"
  ]
}
