{
  "description": "DTO (Data Transfer Object) for Helper class NormalizeCity representing the 'Normalize City' entity",
  "friendlyName": "NormalizerNormalizeCity",
  "kind": "SchemaRootObject",
  "name": "NormalizerNormalizeCityDTO",
  "properties": [
    {
      "description": "City",
      "friendlyName": "City",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "city",
      "underlyingName": "City",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Fraction",
      "friendlyName": "Fraction",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "fraction",
      "underlyingName": "Fraction",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "NormalizerNormalizeCityDTO",
  "underlyingTypeRef": "NormalizerNormalizeCityDTO"
}