{
  "dataSource": "/HomeLab/ObjectModelView/object-model-view-state.omv.json",
  "model": {
    "title": "My New Model",
    "entities": [
      {
        "id": "TheMainOne",
        "name": "The Main One",
        "fields": [],
        "methods": []
      },
      {
        "id": "TheOtherOne",
        "name": "The Other One",
        "fields": [
          {
            "name": "thing1",
            "type": "Thing"
          },
          {
            "name": "thing2",
            "type": "Thing"
          }
        ],
        "methods": []
      },
      {
        "id": "Thing",
        "name": "The Thing",
        "fields": [],
        "methods": []
      }
    ],
    "relationships": [
      {
        "source": "TheOtherOne",
        "target": "TheMainOne",
        "type": "inheritance"
      }
    ]
  },
  "view": {
    "entities": [
      {
        "type": "ObjectModelEntityView",
        "entityId": "TheMainOne",
        "color": "blue",
        "x": -347,
        "y": -125
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "TheOtherOne",
        "color": "blue",
        "x": -76,
        "y": 46
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Thing",
        "color": "blue",
        "x": 343,
        "y": 166
      }
    ]
  }
}