{
  "description": "DTO (Data Transfer Object) for Helper class NormalizeAddress representing the 'Normalize Address' entity",
  "friendlyName": "NormalizerNormalizeAddress",
  "kind": "SchemaRootObject",
  "name": "NormalizerNormalizeAddressDTO",
  "properties": [
    {
      "description": "Address",
      "friendlyName": "Address",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "address",
      "underlyingName": "Address",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Floor",
      "friendlyName": "Floor",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "floor",
      "underlyingName": "Floor",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Internal",
      "friendlyName": "Internal",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "internal",
      "underlyingName": "Internal",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Name Particle",
      "friendlyName": "Name Particle",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "nameParticle",
      "underlyingName": "NameParticle",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Number",
      "friendlyName": "Number",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "number",
      "underlyingName": "Number",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Scale",
      "friendlyName": "Scale",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "scale",
      "underlyingName": "Scale",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "NormalizerNormalizeAddressDTO",
  "underlyingTypeRef": "NormalizerNormalizeAddressDTO"
}