{
  "dataSource": "/HomeLab/ObjectModelView/object-model-view-state.omv.json",
  "model": {
    "title": "Object Model",
    "entities": [
      {
        "id": "Person",
        "name": "Person",
        "fields": [
          {
            "name": "name",
            "type": "String"
          },
          {
            "name": "age",
            "type": "Integer"
          }
        ],
        "methods": [
          {
            "name": "greet",
            "parameters": [],
            "returnType": "String",
            "parametersString": ""
          }
        ],
        "extensions": {
          "giraffe": {}
        }
      },
      {
        "id": "Student",
        "name": "Student",
        "fields": [
          {
            "name": "studentId",
            "type": "String"
          },
          {
            "name": "name",
            "type": ""
          }
        ],
        "methods": []
      },
      {
        "id": "Entity 1",
        "name": "Entity",
        "fields": [
          {
            "name": "testing",
            "type": "Entity 2"
          },
          {
            "name": "cheese",
            "type": "Entity 5"
          },
          {
            "name": "moreCheese",
            "type": "Entity 4"
          }
        ],
        "methods": []
      },
      {
        "id": "Entity 1 1",
        "name": "Entity 1",
        "fields": [
          {
            "name": "six",
            "type": "Entity 6"
          }
        ],
        "methods": []
      },
      {
        "id": "Entity 2",
        "name": "Entity 2",
        "fields": [],
        "methods": []
      },
      {
        "id": "Entity 3",
        "name": "Entity 3",
        "fields": [],
        "methods": []
      },
      {
        "id": "Entity 4",
        "name": "Entity 4",
        "fields": [],
        "methods": []
      },
      {
        "id": "Entity 5",
        "name": "Entity 5",
        "fields": [],
        "methods": []
      },
      {
        "id": "Entity 6",
        "name": "Entity 6",
        "fields": [],
        "methods": []
      },
      {
        "id": "Entity",
        "name": "The Big Chese",
        "fields": [],
        "methods": []
      }
    ],
    "relationships": [
      {
        "type": "inheritance",
        "source": "Student",
        "target": "Person",
        "extensions": {
          "giraffe": {}
        }
      },
      {
        "source": "Entity 1",
        "target": "Entity 1 1",
        "type": "inheritance"
      },
      {
        "source": "Entity 1 1",
        "target": "Entity 3",
        "type": "inheritance"
      }
    ]
  },
  "view": {
    "entities": [
      {
        "type": "ObjectModelEntityView",
        "entityId": "Person",
        "color": "blue",
        "x": -1624.1235721368887,
        "y": -714.1088079823676
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Student",
        "color": "blue",
        "x": -1121.7195877599133,
        "y": -261.12579648379403
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity 1",
        "color": "teal",
        "x": -271.152907955389,
        "y": 9.73810085993774
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity 1 1",
        "color": "blue",
        "x": -301.84347748357186,
        "y": -382.71663241183217
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity 2",
        "color": "blue",
        "x": 335.66751331876236,
        "y": -250.3553462878219
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity 3",
        "color": "blue",
        "x": -436.9765349111403,
        "y": -580.7371864590633
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity 4",
        "color": "blue",
        "x": 336.33248668123827,
        "y": 83.33502663752475
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity 5",
        "color": "blue",
        "x": 378.0203196502968,
        "y": -94.68275305648511
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity 6",
        "color": "blue",
        "x": 136.90913512102333,
        "y": -437.75147944039526
      },
      {
        "type": "ObjectModelEntityView",
        "entityId": "Entity",
        "color": "rose",
        "x": -230.91177807329046,
        "y": -790.8147081151495
      }
    ]
  }
}