[add] example:simple
This commit is contained in:
parent
4ebe7e5b5b
commit
12f19eda01
19
misc/example-simple.sd.json
Normal file
19
misc/example-simple.sd.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"kind": "group",
|
||||
"data": {
|
||||
"members": [
|
||||
{
|
||||
"kind": "text",
|
||||
"data": {
|
||||
"content": "foo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"kind": "text",
|
||||
"data": {
|
||||
"content": "bar"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue