One spelling per shape: reject a one-item choice, a repeated item and an inert object; reshape the data
This commit is contained in:
+6
-4
@@ -2,9 +2,11 @@
|
||||
{
|
||||
"format": "{o}.{o}.{o}.{o}",
|
||||
"weight": 8,
|
||||
"o": [{ "format": "{digits(1)}", "weight": 3 }, { "format": "{int(10,99)}", "weight": 4 }, { "format": "1{digits(2)}", "weight": 2 }]
|
||||
"o": [
|
||||
{ "format": "{digits(1)}", "weight": 3 },
|
||||
{ "format": "{int(10,99)}", "weight": 4 },
|
||||
{ "format": "1{digits(2)}", "weight": 2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"format": "{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}"
|
||||
}
|
||||
"{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}:{hex(4)}"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user