[WIP] Implement server to parse address #1

Draft
joao.dubas wants to merge 17 commits from jpd-add-parser-server into main
Showing only changes of commit 61e9ae73bd - Show all commits

View File

@ -0,0 +1,30 @@
{
"displayedAttributes": [
"country",
"state",
"city",
"neighborhood",
"road",
"house_number",
"house",
"unit",
"postal_code"
],
"filterableAttributes": [
"country",
"state",
"city",
"neighborhood",
"road",
"house_number",
"house",
"unit",
"postal_code"
],
"searchableAttributes": [
"house_number",
"house",
"unit",
"postal_code"
],
}