async version of tiramisu
This commit is contained in:
@ -1,3 +1,17 @@
|
||||
{"updates": ["options.unicode"],
|
||||
"model": {"options.unicode": {"required": true,
|
||||
"value": ["a", "b"]}}}
|
||||
{
|
||||
"updates": [
|
||||
"options.unicode"
|
||||
],
|
||||
"model": {
|
||||
"options.unicode": {
|
||||
"required": true,
|
||||
"properties": [
|
||||
"unique"
|
||||
],
|
||||
"value": [
|
||||
"a",
|
||||
"b"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user