import tiramisu-json in tiramisu repository

This commit is contained in:
2019-04-08 08:41:33 +02:00
parent 48b3b7e8a4
commit 1aec891408
176 changed files with 5878 additions and 202 deletions

View File

@ -0,0 +1,17 @@
{"updates": ["options.unicode.unicode",
"options.unicode.unicode2"],
"model": {"options.unicode.unicode": {"required": true,
"value": ["val3", "val4", "val5"],
"owner": "user"},
"options.unicode.unicode1": {"0": {"value": "super1",
"owner": "user"},
"1": {"value": "super2",
"owner": "user"}},
"options.unicode.unicode2": {"0": {"value": "pas test",
"owner": "user"},
"1": {"value": "test",
"owner": "user"},
"2": {"value": "follower2",
"owner": "default"}},
"options.unicode.unicode3": {"1": {"value": "super",
"owner": "user"}}}}