{
  "description": "DTO (Data Transfer Object) for Helper class Location representing the 'Location' entity",
  "friendlyName": "Location",
  "kind": "SchemaRootObject",
  "name": "LocationDTO",
  "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"
    }
  ],
  "underlyingType": "LocationDTO",
  "underlyingTypeRef": "LocationDTO"
}