in progress

PRODUCTION

This service will return the list of properties for the customer

Resource information
Authentication Required
HTTP Method GET
Response JSON
Version 1

Resource URL

<https://property-api.mapaprop.com/property/get/attributes>

Sample code

GET /property/get/attributes?appName=property_attributes&country=ar
Host: property-api.mapaprop.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_branSjjsldiwjtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw

Parameters

Key Type Required Description
appName string yes The name of the application table
country string yes Country ISO
group string no The name of the attribute group

Response

A LIST JSON document with all property attributes as of the requested country

Object Field Type Required Description
List(JSON) * string * All property attributes as of the requested country

Sample response

[
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Accesible"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "accessible"
        },
        "pa_key_legacy": {
            "S": "accessible"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Aire acondicionado Central"
        },
        "pa_group_sub": {
            "S": "airConditonerType"
        },
        "pa_key": {
            "S": "airConditonerTypeCentral"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Aire acondicionado Split"
        },
        "pa_group_sub": {
            "S": "airConditonerType"
        },
        "pa_key": {
            "S": "airConditonerTypeSplit"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Aire acondicionado Ventana"
        },
        "pa_group_sub": {
            "S": "airConditonerType"
        },
        "pa_key": {
            "S": "airConditonerTypeWindow"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Alarma"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "alarm"
        },
        "pa_key_legacy": {
            "S": "alarm"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Departamento"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "apartment"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operation"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Remate"
        },
        "pa_group_sub": {
            "S": "propertyOperation"
        },
        "pa_key": {
            "S": "auction"
        },
        "pa_key_legacy": {
            "S": "7"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Balcon Corrido"
        },
        "pa_group_sub": {
            "S": "balcony"
        },
        "pa_key": {
            "S": "balconyContinuous"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Balcon Francés"
        },
        "pa_group_sub": {
            "S": "balcony"
        },
        "pa_key": {
            "S": "balconyFrench"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Balcon Terraza"
        },
        "pa_group_sub": {
            "S": "balcony"
        },
        "pa_key": {
            "S": "balconyTerrace"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Balcon Terraza y Francés"
        },
        "pa_group_sub": {
            "S": "balcony"
        },
        "pa_key": {
            "S": "balconyTerraceAndFrench"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Quincho"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "barbecue-area"
        },
        "pa_key_legacy": {
            "S": "barbecueArea"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operation"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Permuta"
        },
        "pa_group_sub": {
            "S": "propertyOperation"
        },
        "pa_key": {
            "S": "barter"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Edificio"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "building"
        },
        "pa_key_legacy": {
            "S": "19"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Cabaña"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "cabin"
        },
        "pa_key_legacy": {
            "S": "21"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_label": {
            "S": "TV Cable incluido"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "cable-included"
        },
        "pa_key_legacy": {
            "S": "cableIncluded"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Local Comercial"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "commercial"
        },
        "pa_key_legacy": {
            "S": "9"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "extras"
        },
        "pa_label": {
            "S": "Country club"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "country-club"
        },
        "pa_key_legacy": {
            "S": "countryClub"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Comedor diario"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "daily-dinning"
        },
        "pa_key_legacy": {
            "S": "dailyDining"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Duplex"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "duplex"
        },
        "pa_key_legacy": {
            "S": "11"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Generador electrico"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "electric-generator"
        },
        "pa_key_legacy": {
            "S": "electricGenerator"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_label": {
            "S": "Electricidad"
        },
        "pa_key": {
            "S": "electricity"
        },
        "pa_key_legacy": {
            "S": "electricity"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Campo"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "farm"
        },
        "pa_key_legacy": {
            "S": "5"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Jardin al frente"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "front-garden"
        },
        "pa_key_legacy": {
            "S": "frontGarden"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Amoblado"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "furnished"
        },
        "pa_key_legacy": {
            "S": "furnished"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Garage"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "garage"
        },
        "pa_key_legacy": {
            "S": "15"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Garage cubierto"
        },
        "pa_group_sub": {
            "S": "garageType"
        },
        "pa_key": {
            "S": "garageCovered"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Espacio Guarda Coche"
        },
        "pa_group_sub": {
            "S": "garageType"
        },
        "pa_key": {
            "S": "garageSpace"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Garage descubierto"
        },
        "pa_group_sub": {
            "S": "garageType"
        },
        "pa_key": {
            "S": "garageUncovered"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "extras"
        },
        "pa_label": {
            "S": "Barrio cerrado"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "gated-community"
        },
        "pa_key_legacy": {
            "S": "gatedCommunity"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Fondo de Comercio"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "goodwill"
        },
        "pa_key_legacy": {
            "S": "12"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Parrilla"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "grill"
        },
        "pa_key_legacy": {
            "S": "grill"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Galpón"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "hangar"
        },
        "pa_key_legacy": {
            "S": "8"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Calefaccion Central"
        },
        "pa_group_sub": {
            "S": "heatingType"
        },
        "pa_key": {
            "S": "heatingCentral"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Calefaccion Caldera Central"
        },
        "pa_group_sub": {
            "S": "heatingType"
        },
        "pa_key": {
            "S": "heatingCentralBoiler"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Calefaccion Electrica"
        },
        "pa_group_sub": {
            "S": "heatingType"
        },
        "pa_key": {
            "S": "heatingElectric"
        },
        "pa_key_legacy": {
            "S": "6"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Calefaccion Caldera Individual"
        },
        "pa_group_sub": {
            "S": "heatingType"
        },
        "pa_key": {
            "S": "heatingIndividualBoiler"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Calefaccion Losa Radiante"
        },
        "pa_group_sub": {
            "S": "heatingType"
        },
        "pa_key": {
            "S": "heatingRadiantFloor"
        },
        "pa_key_legacy": {
            "S": "5"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Calefaccion Radiadores"
        },
        "pa_group_sub": {
            "S": "heatingType"
        },
        "pa_key": {
            "S": "heatingRadiators"
        },
        "pa_key_legacy": {
            "S": "7"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Calefaccion Estufas"
        },
        "pa_group_sub": {
            "S": "heatingType"
        },
        "pa_key": {
            "S": "heatingStoves"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Hotel"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "hotel"
        },
        "pa_key_legacy": {
            "S": "14"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Casa"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "house"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Cochera"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "individualGarage"
        },
        "pa_key_legacy": {
            "S": "6"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_label": {
            "S": "Internet"
        },
        "pa_key": {
            "S": "internet"
        },
        "pa_key_legacy": {
            "S": "internet"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Isla"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "isle"
        },
        "pa_key_legacy": {
            "S": "13"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Hidromasaje"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "jacuzzi"
        },
        "pa_key_legacy": {
            "S": "jacuzzi"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_label": {
            "S": "Portero"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "janitor"
        },
        "pa_key_legacy": {
            "S": "janitor"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Lavadero"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "laundry"
        },
        "pa_key_legacy": {
            "S": "hasLaundry"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Lavarropas"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "laundry-machine"
        },
        "pa_key_legacy": {
            "S": "laundryMachine"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Loft"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "loft"
        },
        "pa_key_legacy": {
            "S": "20"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Terreno"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "lot"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "extras"
        },
        "pa_label": {
            "S": "Apto crédito"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "mortgage-ready"
        },
        "pa_key_legacy": {
            "S": "mortgageReady"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Oficina"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "office"
        },
        "pa_key_legacy": {
            "S": "7"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operationStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Alquilado"
        },
        "pa_group_sub": {
            "S": "opStatus"
        },
        "pa_key": {
            "S": "operationStatusRented"
        },
        "pa_key_legacy": {
            "S": "rented"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operationStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Reservado"
        },
        "pa_group_sub": {
            "S": "opStatus"
        },
        "pa_key": {
            "S": "operationStatusReserved"
        },
        "pa_key_legacy": {
            "S": "reserved"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operationStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Vendido"
        },
        "pa_group_sub": {
            "S": "opStatus"
        },
        "pa_key": {
            "S": "operationStatusSold"
        },
        "pa_key_legacy": {
            "S": "sold"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operationStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Suspendido"
        },
        "pa_group_sub": {
            "S": "opStatus"
        },
        "pa_key": {
            "S": "operationStatusSuspended"
        },
        "pa_key_legacy": {
            "S": "suspended"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operation"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Traspaso"
        },
        "pa_group_sub": {
            "S": "propertyOperation"
        },
        "pa_key": {
            "S": "operationTransfer"
        },
        "pa_key_legacy": {
            "S": "5"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Este"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationEast"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Norte"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationNorth"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Noreste"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationNortheast"
        },
        "pa_key_legacy": {
            "S": "5"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Noroeste"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationNorthwest"
        },
        "pa_key_legacy": {
            "S": "6"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Sur"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationSouth"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Sureste"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationSoutheast"
        },
        "pa_key_legacy": {
            "S": "7"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Suroeste"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationSouthwest"
        },
        "pa_key_legacy": {
            "S": "8"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Orientacion Oeste"
        },
        "pa_group_sub": {
            "S": "orientation"
        },
        "pa_key": {
            "S": "orientationWest"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Otro Inmueble"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "other"
        },
        "pa_key_legacy": {
            "S": "22"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Parque"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "park"
        },
        "pa_key_legacy": {
            "S": "park"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Salon de fiestas / SUM"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "party-saloon"
        },
        "pa_key_legacy": {
            "S": "partySaloon"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Patio"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "patio"
        },
        "pa_key_legacy": {
            "S": "hasPatio"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_label": {
            "S": "Pavimento"
        },
        "pa_key": {
            "S": "pavement"
        },
        "pa_key_legacy": {
            "S": "pavement"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "prices"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Por día"
        },
        "pa_group_sub": {
            "S": "paymentPeriod"
        },
        "pa_key": {
            "S": "paymentPerDay"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "prices"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Por quincena"
        },
        "pa_group_sub": {
            "S": "paymentPeriod"
        },
        "pa_key": {
            "S": "paymentPerFortnight"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "prices"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Por mes"
        },
        "pa_group_sub": {
            "S": "paymentPeriod"
        },
        "pa_key": {
            "S": "paymentPerMonth"
        },
        "pa_key_legacy": {
            "S": "5"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "prices"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Por semana"
        },
        "pa_group_sub": {
            "S": "paymentPeriod"
        },
        "pa_key": {
            "S": "paymentPerWeek"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "prices"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Por fin de semana"
        },
        "pa_group_sub": {
            "S": "paymentPeriod"
        },
        "pa_key": {
            "S": "paymentPerWeekend"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "prices"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Por año"
        },
        "pa_group_sub": {
            "S": "paymentPeriod"
        },
        "pa_key": {
            "S": "paymentPerYear"
        },
        "pa_key_legacy": {
            "S": "6"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_group_subtype": {
            "S": "extras"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_label": {
            "S": "Apto mascotas"
        },
        "pa_key": {
            "S": "petsReady"
        },
        "pa_key_legacy": {
            "S": "petsReady"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "PH"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "ph"
        },
        "pa_key_legacy": {
            "S": "10"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_label": {
            "S": "Agua Corriente"
        },
        "pa_key": {
            "S": "pipedWater"
        },
        "pa_key_legacy": {
            "S": "pipedWater"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Playroom"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "playroom"
        },
        "pa_key_legacy": {
            "S": "playroom"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Elevador privado"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "private-elevator"
        },
        "pa_key_legacy": {
            "S": "hasPrivatElevator"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "extras"
        },
        "pa_label": {
            "S": "Apto profesional"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "professional-available"
        },
        "pa_key_legacy": {
            "S": "professionalAvailable"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Chacra"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "ranch"
        },
        "pa_key_legacy": {
            "S": "16"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operation"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Alquiler"
        },
        "pa_group_sub": {
            "S": "propertyOperation"
        },
        "pa_key": {
            "S": "rent"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operation"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Alquiler Temporario"
        },
        "pa_group_sub": {
            "S": "propertyOperation"
        },
        "pa_key": {
            "S": "rentTemp"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operation"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Venta"
        },
        "pa_group_sub": {
            "S": "propertyOperation"
        },
        "pa_key": {
            "S": "sale"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_label": {
            "S": "Seguridad"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "security"
        },
        "pa_key_legacy": {
            "S": "hasSecurity"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Caja de seguridad"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "security-box"
        },
        "pa_key_legacy": {
            "S": "securityBox"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_label": {
            "S": "Cloacas"
        },
        "pa_key": {
            "S": "sewers"
        },
        "pa_key_legacy": {
            "S": "sewers"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "operation"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Compartir"
        },
        "pa_group_sub": {
            "S": "propertyOperation"
        },
        "pa_key": {
            "S": "share"
        },
        "pa_key_legacy": {
            "S": "6"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Estado Regular"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusAverage"
        },
        "pa_key_legacy": {
            "S": "8"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Estado Malo"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusBad"
        },
        "pa_key_legacy": {
            "S": "7"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "A Estrenar"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusBrandNew"
        },
        "pa_key_legacy": {
            "S": "5"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Excelente"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusExcellent"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Bueno"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusGood"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "A Refaccionar"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusNeedsRenovation"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Proyecto"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusProject"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "En Construcción"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusUnderConstruction"
        },
        "pa_key_legacy": {
            "S": "6"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyStatus"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Estado Muy bueno"
        },
        "pa_group_sub": {
            "S": "status"
        },
        "pa_key": {
            "S": "statusVeryGood"
        },
        "pa_key_legacy": {
            "S": "0"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Baulera"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "storage"
        },
        "pa_key_legacy": {
            "S": "hasStorage"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Dormitorio en suite"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "suite"
        },
        "pa_key_legacy": {
            "S": "suite"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Piscina"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "swimming-pool"
        },
        "pa_key_legacy": {
            "S": "hasSwimmingPool"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_label": {
            "S": "Linea telefónica"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "telephone-line"
        },
        "pa_key_legacy": {
            "S": "telephoneLine"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Terraza"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "terrace"
        },
        "pa_key_legacy": {
            "S": "terrace"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Complejo Turístico"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "touristComplex"
        },
        "pa_key_legacy": {
            "S": "17"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Triplex"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "triplex"
        },
        "pa_key_legacy": {
            "S": "18"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Ubicacion Contrafrente"
        },
        "pa_group_sub": {
            "S": "ubication"
        },
        "pa_key": {
            "S": "ubicationBack"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Ubicacion Frente"
        },
        "pa_group_sub": {
            "S": "ubication"
        },
        "pa_key": {
            "S": "ubicationFront"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Ubicacion Pasillo"
        },
        "pa_group_sub": {
            "S": "ubication"
        },
        "pa_key": {
            "S": "ubicationHallway"
        },
        "pa_key_legacy": {
            "S": "5"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Ubicacion Interno"
        },
        "pa_group_sub": {
            "S": "ubication"
        },
        "pa_key": {
            "S": "ubicationInterior"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "spaces"
        },
        "pa_label": {
            "S": "Ubicacion Lateral"
        },
        "pa_group_sub": {
            "S": "ubication"
        },
        "pa_key": {
            "S": "ubicationSide"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Agua caliente Caldera"
        },
        "pa_group_sub": {
            "S": "waterHeaterType"
        },
        "pa_key": {
            "S": "waterHeaterBoiler"
        },
        "pa_key_legacy": {
            "S": "4"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Agua caliente Calefón"
        },
        "pa_group_sub": {
            "S": "waterHeaterType"
        },
        "pa_key": {
            "S": "waterHeaterCalefon"
        },
        "pa_key_legacy": {
            "S": "1"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Agua caliente Central"
        },
        "pa_group_sub": {
            "S": "waterHeaterType"
        },
        "pa_key": {
            "S": "waterHeaterCentral"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "list"
        },
        "pa_group_subtype": {
            "S": "ammenities"
        },
        "pa_label": {
            "S": "Agua caliente Termotanque"
        },
        "pa_group_sub": {
            "S": "waterHeaterType"
        },
        "pa_key": {
            "S": "waterHeaterThermostatic"
        },
        "pa_key_legacy": {
            "S": "2"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "type"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "string"
        },
        "pa_group_subtype": {
            "S": "deal"
        },
        "pa_label": {
            "S": "Quinta"
        },
        "pa_group_sub": {
            "S": "propertyType"
        },
        "pa_key": {
            "S": "weekendHouse"
        },
        "pa_key_legacy": {
            "S": "3"
        }
    },
    {
        "pa_country": {
            "S": "ar"
        },
        "pa_group": {
            "S": "propertyAttribute"
        },
        "pa_locale": {
            "S": "es_AR"
        },
        "pa_type": {
            "S": "bool"
        },
        "pa_group_subtype": {
            "S": "services"
        },
        "pa_label": {
            "S": "WIFI"
        },
        "pa_group_sub": {
            "S": "label"
        },
        "pa_key": {
            "S": "wifi"
        },
        "pa_key_legacy": {
            "S": "wifi"
        }
    }
]