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