
{
  "$type": "contentType",
  "name": "defect",
  "displayName": "Building Defect",
  "builtinTypeId": 6,
  "titleFieldName": "defect",
  "icon": "fa-building",
  "fields": [
    {
      "$type": "contentField",
      "name": "defect",
      "displayName": "Defect",
      "isRequired": true
    },
    {
      "$type": "contentField",
      "name": "defect_number",
      "displayName": "Defect number",
      "isRequired": true
    },
    {
      "$type": "contentField",
      "type": "LongText",
      "name": "description",
      "displayName": "Defect description"
    },
    {
      "$type": "contentField",
      "type": "Number",
      "name": "status",
      "displayName": "Status",
      "builtInField": "Status"
    },
    {
      "$type": "contentField",
      "type": "ContentItem",
      "name": "building_ct",
      "displayName": "Building",
      "isRequired": true,
      "builtInField": "ParentContentItemId"
    },
    {
      "$type": "contentField",
      "type": "Plan",
      "name": "plan",
      "displayName": "Plan"
    },
    {
      "$type": "contentField",
      "type": "PlanLocation",
      "name": "location",
      "displayName": "Location"
    }
  ],
  "relationships": [
    {
      "$type": "contentRelationship",
      "name": "buildingrelation",
      "displayName": "Building Relation",
      "foreignKeyField": "building_ct",
      "targetContentType": {
        "$type": "contentTypeRef",
        "id": "81d4bd07-6f42-46e0-a458-1b1aa55995d5",
        "version": 1
      }
    }
  ],
  "filteredSynchronization": true,
  "features": [
    {
      "$type": "planLocation",
      "planFieldName": "plan",
      "planLocationFieldName": "location",
      "displayTextFieldName": "defect_number",
      "planLocationMode": 2,
      "colorExpression": "#ff0000"
    }
  ],
  "id": "2b61d0bf-0dbe-4910-b5fc-aee13aa99cd3",
  "version": 1
}