forked from Telodendria/Telodendria
19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|
"guard": "TELODENDRIA_SCHEMA_RELATION_H",
|
|
"header": "Schema/Relation.h",
|
|
"types": {
|
|
"Relation": {
|
|
"type": "struct",
|
|
"fields": {
|
|
"event_id": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"rel_type": {
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|