{
  "description": "DTO (Data Transfer Object) for Helper class Geo representing the 'Geo' entity",
  "friendlyName": "Geo",
  "kind": "SchemaRootObject",
  "name": "GeoDTO",
  "properties": [
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "Address accurracy",
      "friendlyName": "Address accurracy",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "addressAccurracy",
      "polymorphicStyleParameterName": "AddressAccuracyEnumStyle",
      "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": "AddressAccurracy",
      "underlyingType": "AddressAccuracy",
      "underlyingTypeRef": "AddressAccuracy"
    },
    {
      "description": "Direction",
      "friendlyName": "Direction",
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "direction",
      "properties": [
        {
          "description": "Distance",
          "friendlyName": "Distance",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [],
          "name": "distance",
          "underlyingName": "Distance",
          "underlyingType": "double",
          "underlyingTypeRef": "Double"
        },
        {
          "description": "Duration",
          "friendlyName": "Duration",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [],
          "name": "duration",
          "underlyingName": "Duration",
          "underlyingType": "double",
          "underlyingTypeRef": "Double"
        },
        {
          "description": "Save Direction",
          "friendlyName": "Save Direction",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [],
          "name": "saveDirection",
          "underlyingName": "SaveDirection",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        }
      ],
      "underlyingName": "Direction",
      "underlyingType": "DirectionDTO",
      "underlyingTypeRef": "DirectionDTO"
    },
    {
      "description": "Last Updated",
      "friendlyName": "Last Updated",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "lastUpdated",
      "underlyingName": "LastUpdated",
      "underlyingType": "DateTime",
      "underlyingTypeRef": "DateTime"
    },
    {
      "description": "Location",
      "friendlyName": "Location",
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "locationObject",
      "properties": [
        {
          "description": "Latitude",
          "friendlyName": "Latitude",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [],
          "name": "lat",
          "underlyingName": "Latitude",
          "underlyingType": "double",
          "underlyingTypeRef": "Double"
        },
        {
          "description": "Longitude",
          "friendlyName": "Longitude",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [],
          "name": "lng",
          "underlyingName": "Longitude",
          "underlyingType": "double",
          "underlyingTypeRef": "Double"
        }
      ],
      "underlyingName": "LocationObject",
      "underlyingType": "LocationDTO",
      "underlyingTypeRef": "LocationDTO"
    }
  ],
  "underlyingType": "GeoDTO",
  "underlyingTypeRef": "GeoDTO"
}