{
  "version": "2.3.1-beta.0",
  "visualisation": {
    "nodes": [
      {
        "id": "n:1",
        "position": {
          "x": 56.666666666666664,
          "y": -12
        }
      },
      {
        "id": "n:2",
        "position": {
          "x": -142.29427083333334,
          "y": -13.99999999999998
        }
      }
    ]
  },
  "dataModel": {
    "version": "2.3.1-beta.0",
    "graphSchemaRepresentation": {
      "version": "1.0.0",
      "graphSchema": {
        "nodeLabels": [
          {
            "$id": "nl:1",
            "token": "Company",
            "properties": [
              {
                "$id": "p:1",
                "token": "cusip",
                "type": {
                  "type": "string"
                },
                "nullable": true
              },
              {
                "$id": "p:2",
                "token": "companyName",
                "type": {
                  "type": "string"
                },
                "nullable": true
              }
            ]
          },
          {
            "$id": "nl:2",
            "token": "Manager",
            "properties": [
              {
                "$id": "p:3",
                "token": "managerName",
                "type": {
                  "type": "string"
                },
                "nullable": true
              }
            ]
          }
        ],
        "relationshipTypes": [
          {
            "$id": "rt:1",
            "token": "OWNS",
            "properties": [
              {
                "$id": "p:4",
                "token": "reportCalendarOrQuarter",
                "type": {
                  "type": "datetime"
                },
                "nullable": true
              },
              {
                "$id": "p:5",
                "token": "value",
                "type": {
                  "type": "float"
                },
                "nullable": true
              },
              {
                "$id": "p:6",
                "token": "shares",
                "type": {
                  "type": "integer"
                },
                "nullable": true
              }
            ]
          }
        ],
        "nodeObjectTypes": [
          {
            "$id": "n:1",
            "labels": [
              {
                "$ref": "#nl:1"
              }
            ]
          },
          {
            "$id": "n:2",
            "labels": [
              {
                "$ref": "#nl:2"
              }
            ]
          }
        ],
        "relationshipObjectTypes": [
          {
            "$id": "r:1",
            "type": {
              "$ref": "#rt:1"
            },
            "from": {
              "$ref": "#n:2"
            },
            "to": {
              "$ref": "#n:1"
            }
          }
        ],
        "constraints": [
          {
            "$id": "c:1",
            "name": "cusip_Company_uniq",
            "constraintType": "uniqueness",
            "entityType": "node",
            "nodeLabel": {
              "$ref": "#nl:1"
            },
            "properties": [
              {
                "$ref": "#p:1"
              }
            ]
          },
          {
            "$id": "c:2",
            "name": "managerName_Manager_uniq",
            "constraintType": "uniqueness",
            "entityType": "node",
            "nodeLabel": {
              "$ref": "#nl:2"
            },
            "properties": [
              {
                "$ref": "#p:3"
              }
            ]
          }
        ],
        "indexes": [
          {
            "$id": "i:1",
            "name": "cusip_Company_uniq",
            "indexType": "default",
            "entityType": "node",
            "nodeLabel": {
              "$ref": "#nl:1"
            },
            "properties": [
              {
                "$ref": "#p:1"
              }
            ]
          },
          {
            "$id": "i:2",
            "name": "managerName_Manager_uniq",
            "indexType": "default",
            "entityType": "node",
            "nodeLabel": {
              "$ref": "#nl:2"
            },
            "properties": [
              {
                "$ref": "#p:3"
              }
            ]
          }
        ]
      }
    },
    "graphSchemaExtensionsRepresentation": {
      "nodeKeyProperties": [
        {
          "node": {
            "$ref": "#n:1"
          },
          "keyProperty": {
            "$ref": "#p:1"
          }
        },
        {
          "node": {
            "$ref": "#n:2"
          },
          "keyProperty": {
            "$ref": "#p:3"
          }
        }
      ]
    },
    "graphMappingRepresentation": {
      "dataSourceSchema": {
        "type": "local",
        "tableSchemas": [
          {
            "name": "form13-2023.csv",
            "expanded": true,
            "fields": [
              {
                "name": "managerName",
                "sample": "1060 Capital, LLC",
                "recommendedType": {
                  "type": "string"
                }
              },
              {
                "name": "reportCalendarOrQuarter",
                "sample": "2022-09-30",
                "recommendedType": {
                  "type": "datetime"
                }
              },
              {
                "name": "cusip",
                "sample": "609027107",
                "recommendedType": {
                  "type": "string"
                }
              },
              {
                "name": "value",
                "sample": "15017000.0",
                "recommendedType": {
                  "type": "float"
                }
              },
              {
                "name": "shares",
                "sample": "267500",
                "recommendedType": {
                  "type": "integer"
                }
              },
              {
                "name": "sourceFilingId",
                "sample": "raw_2022-11-14_archives_edgar_data_1602119_0001058470-22-000008.txt",
                "recommendedType": {
                  "type": "string"
                }
              },
              {
                "name": "companyName",
                "sample": "MONARCH CASINO & RESORT INC",
                "recommendedType": {
                  "type": "string"
                }
              }
            ]
          }
        ]
      },
      "nodeMappings": [
        {
          "node": {
            "$ref": "#n:1"
          },
          "tableName": "form13-2023.csv",
          "propertyMappings": [
            {
              "fieldName": "cusip",
              "property": {
                "$ref": "#p:1"
              }
            },
            {
              "fieldName": "companyName",
              "property": {
                "$ref": "#p:2"
              }
            }
          ]
        },
        {
          "node": {
            "$ref": "#n:2"
          },
          "tableName": "form13-2023.csv",
          "propertyMappings": [
            {
              "fieldName": "managerName",
              "property": {
                "$ref": "#p:3"
              }
            }
          ]
        }
      ],
      "relationshipMappings": [
        {
          "relationship": {
            "$ref": "#r:1"
          },
          "tableName": "form13-2023.csv",
          "propertyMappings": [
            {
              "fieldName": "reportCalendarOrQuarter",
              "property": {
                "$ref": "#p:4"
              }
            },
            {
              "fieldName": "value",
              "property": {
                "$ref": "#p:5"
              }
            },
            {
              "fieldName": "shares",
              "property": {
                "$ref": "#p:6"
              }
            }
          ],
          "fromMapping": {
            "fieldName": "managerName"
          },
          "toMapping": {
            "fieldName": "cusip"
          }
        }
      ]
    },
    "configurations": {
      "idsToIgnore": []
    }
  }
}