{
  "description": "DTO (Data Transfer Object) for Helper class FlowData representing the 'Flow Data' entity",
  "friendlyName": "FlowData",
  "kind": "SchemaRootObject",
  "name": "FlowDataDTO",
  "properties": [
    {
      "customConverterType": "FilterForItemsOfArrayConverter",
      "description": "Data",
      "elementSchema": {
        "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"
      },
      "friendlyName": "Data",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "data",
      "underlyingName": "Data",
      "underlyingType": "DataClassDTO[]",
      "underlyingTypeRef": "DataClassDTO"
    },
    {
      "description": "Flow Template Id",
      "friendlyName": "Flow Template Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "flowTemplateId",
      "underlyingName": "FlowTemplateId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    }
  ],
  "underlyingType": "FlowDataDTO",
  "underlyingTypeRef": "FlowDataDTO"
}