mson-zoo
Version:
Collection of MSON samples that can be used as a showcase or testing purposes
35 lines (34 loc) • 523 B
JSON
[
{
"element": "enum",
"meta": {
"id": "My Enum"
},
"attributes": {
"samples": [
[
{
"element": "string",
"content": "online"
}
],
[
{
"element": "string",
"content": "offline"
}
]
]
},
"content": [
{
"element": "string",
"content": "online"
},
{
"element": "string",
"content": "offline"
}
]
}
]