[ 
  {
    "context": "sales",
    "nameSpace": "XM",
    "type": "Quote",
    "table": "xt.quheadinfo",
    "isExtension": true,
    "comment": "Extended by Sales",
    "relations": [ 
      {
        "column": "quhead_id",
        "inverse": "id"
      }
    ],
    "properties": [
      {
        "name": "opportunity",
        "toOne": {
          "isNested": true,
          "type": "OpportunityRelation",
          "column": "quhead_ophead_id"
        }
      }
    ],
    "sequence": 0,
    "isSystem": true
  },
  {
    "context": "sales",
    "nameSpace": "XM",
    "type": "QuoteListItem",
    "table": "xt.quheadinfo",
    "isExtension": true,
    "comment": "Extended by Sales",
    "relations": [ 
      {
        "column": "quhead_id",
        "inverse": "id"
      }
    ],
    "properties": [
      {
        "name": "opportunity",
        "toOne": {
          "isNested": true,
          "type": "OpportunityRelation",
          "column": "quhead_ophead_id"
        }
      }
    ],
    "sequence": 0,
    "isSystem": true
  }
]
