forked from lda/telodendria
14 lines
301 B
JSON
14 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"
|
|
}
|