{
  "friendlyName": "EMailNormalized",
  "kind": "SchemaRootObject",
  "name": "EMailNormalizedDTO",
  "properties": [
    {
      "description": "Display Name",
      "friendlyName": "Display Name",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "displayName",
      "underlyingName": "DisplayName",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Email",
      "friendlyName": "Email",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "email",
      "underlyingName": "EMail",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "Macro Type",
      "friendlyName": "Macro Type",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "macroType",
      "polymorphicStyleParameterName": "EMailNormalizeTypeEnumStyle",
      "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": "MacroType",
      "underlyingType": "EMailNormalizeType",
      "underlyingTypeRef": "EMailNormalizeType"
    },
    {
      "description": "Note",
      "friendlyName": "Note",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "note",
      "underlyingName": "Note",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Position",
      "friendlyName": "Position",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "position",
      "underlyingName": "Position",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Sub Type",
      "friendlyName": "Sub Type",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "subType",
      "underlyingName": "SubType",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    }
  ],
  "underlyingType": "EMailNormalizedDTO",
  "underlyingTypeRef": "EMailNormalizedDTO"
}