{
  "id": "abc-inc",
  "name": "ABC, Inc.",
  "other_names": [
    {
      "name": "Bob's Diner",
      "start_date": "1950-01-01",
      "end_date": "1954-12-31"
    },
    {
      "name": "Joe's Diner",
      "start_date": "1955-01-01"
    },
    {
      "name": "Famous Joe's"
    }
  ],
  "identifiers": [
    {
      "identifier": "123456789",
      "scheme": "DUNS"
    },
    {
      "identifier": "US0123456789",
      "scheme": "ISIN"
    }
  ],
  "classification": "Corporation",
  "parent_id": "holding-company-corp",
  "founding_date": "1950-01-01",
  "dissolution_date": "2000-01-01",
  "image": "http://example.com/pub/photos/logo.gif",
  "contact_details": [
    {
      "type": "voice",
      "label": "Toll-free number",
      "value": "+1-800-555-0199",
      "note": "9am to 5pm weekdays"
    }
  ],
  "links": [
    {
      "url": "http://en.wikipedia.org/wiki/Joe's_Diner_(placeholder_name)",
      "note": "Wikipedia page"
    }
  ]
}
