Skip to content

MappingSuggestion DTO

tudorgroza edited this page Feb 11, 2021 · 1 revision

The general form of the DTO is listed below.

{
  "id": "60252fc2d5efd95ee8890eb1",
  "entityId": "60252fc2d5efd95ee8890ead",
  "ontologyTerm": {
    "curie": "MONDO:0007037",
    "iri": "http://purl.obolibrary.org/obo/MONDO_0007037",
    "label": "Achondroplasia",
    "status": "NEEDS_IMPORT | ..."
  },
  "created": {
    "user": {
      "name": "Test User 1",
      "email": "[email protected]"
    },
    "timestamp": "2021-02-11T21:23:14.156+08:00"
  }
}