{
  "description": "DTO (Data Transfer Object) for Helper class DataClass representing the 'Data Class' entity",
  "friendlyName": "DataClass",
  "kind": "SchemaRootObject",
  "name": "DataClassDTO",
  "properties": [
    {
      "description": "Connections",
      "elementSchema": {
        "isLogicalPrimitive": true,
        "kind": "SchemaRootObject",
        "name": "String",
        "underlyingType": "string",
        "underlyingTypeRef": "String"
      },
      "friendlyName": "Connections",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "connections",
      "underlyingName": "Connections",
      "underlyingType": "string[]",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Description",
      "friendlyName": "Description",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "description",
      "underlyingName": "Description",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Guid",
      "friendlyName": "Guid",
      "isNullable": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "guid",
      "underlyingName": "Guid",
      "underlyingType": "Guid?",
      "underlyingTypeRef": "Nullable`1"
    },
    {
      "description": "Id",
      "friendlyName": "Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "id",
      "underlyingName": "Id",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "customConverterType": "FilterForItemsOfArrayConverter",
      "description": "Labels",
      "elementSchema": {
        "description": "DTO (Data Transfer Object) for Helper class FlowLabel representing the 'Flow Label' entity",
        "friendlyName": "FlowLabel",
        "kind": "SchemaRootObject",
        "name": "FlowLabelDTO",
        "properties": [
          {
            "description": "Description",
            "friendlyName": "Description",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "description",
            "underlyingName": "Description",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          },
          {
            "description": "Label",
            "friendlyName": "Label",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "label",
            "underlyingName": "Label",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          }
        ],
        "underlyingType": "FlowLabelDTO",
        "underlyingTypeRef": "FlowLabelDTO"
      },
      "friendlyName": "Labels",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "labels",
      "underlyingName": "Labels",
      "underlyingType": "FlowLabelDTO[]",
      "underlyingTypeRef": "FlowLabelDTO"
    },
    {
      "description": "Position",
      "elementSchema": {
        "isLogicalPrimitive": true,
        "kind": "SchemaRootObject",
        "name": "Single",
        "underlyingType": "float",
        "underlyingTypeRef": "Single"
      },
      "friendlyName": "Position",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "position",
      "underlyingName": "Position",
      "underlyingType": "float[]",
      "underlyingTypeRef": "Single"
    },
    {
      "description": "Title",
      "friendlyName": "Title",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "title",
      "underlyingName": "Title",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Type Name",
      "friendlyName": "Type Name",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "typeName",
      "underlyingName": "TypeName",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "DataClassDTO",
  "underlyingTypeRef": "DataClassDTO"
}