{
  "description": "DTO (Data Transfer Object) for Helper class LinkedRelatedTopic representing the 'Linked Related Topic' entity",
  "friendlyName": "KnowledgeBaseBOLinkedRelatedTopic",
  "kind": "SchemaRootObject",
  "name": "KnowledgeBaseBOLinkedRelatedTopicDTO",
  "properties": [
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "Accessibility",
      "friendlyName": "Accessibility",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "accessibility",
      "polymorphicStyleParameterName": "KnowledgeBaseAccessibilityEnumStyle",
      "polymorphicStyles": {
        "LegacyV9;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveString": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        }
      },
      "underlyingName": "Accessibility",
      "underlyingType": "KnowledgeBaseAccessibility",
      "underlyingTypeRef": "KnowledgeBaseAccessibility"
    },
    {
      "description": "Id",
      "friendlyName": "Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "id",
      "underlyingName": "Id",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Topic Id",
      "friendlyName": "Topic Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "topicId",
      "underlyingName": "TopicId",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Topic Title",
      "friendlyName": "Topic Title",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "topicTitle",
      "underlyingName": "TopicTitle",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "KnowledgeBaseBOLinkedRelatedTopicDTO",
  "underlyingTypeRef": "KnowledgeBaseBOLinkedRelatedTopicDTO"
}