One spelling per shape: reject a one-item choice, a repeated item and an inert object; reshape the data
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"format": "({area}) {exch}-{line}",
|
||||
"weight": 2,
|
||||
"area": ["202", "212", "213", "305", "312", "404", "415", "469", "503", "512", "602", "617", "646", "702", "718", "720", "737", "773", "786", "808", "917"],
|
||||
"exch": [{ "format": "{int(100,999)}" }],
|
||||
"line": [{ "format": "{digits(4)}" }]
|
||||
"exch": "{int(100,999)}",
|
||||
"line": "{digits(4)}"
|
||||
},
|
||||
{
|
||||
"format": "{area}-{exch}-{line}",
|
||||
"area": ["202", "212", "213", "305", "312", "404", "415", "469", "503", "512", "602", "617", "646", "702", "718", "720", "737", "773", "786", "808", "917"],
|
||||
"exch": [{ "format": "{int(100,999)}" }],
|
||||
"line": [{ "format": "{digits(4)}" }]
|
||||
"exch": "{int(100,999)}",
|
||||
"line": "{digits(4)}"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user