forked from Telodendria/Telodendria
15 lines
301 B
JSON
15 lines
301 B
JSON
|
{
|
||
|
"header": "Schema\/TokenRequest.h",
|
||
|
"types": {
|
||
|
"TokenRequest": {
|
||
|
"fields": {
|
||
|
"name": { "type": "string" },
|
||
|
"max_uses": { "type": "integer" },
|
||
|
"lifetime": { "type": "integer" }
|
||
|
},
|
||
|
"type": "struct"
|
||
|
}
|
||
|
},
|
||
|
"guard": "TELODENDRIA_TOKENREQUEST_H"
|
||
|
}
|