forked from Telodendria/Telodendria
lda
3dae19e82d
Reviewed-on: Telodendria/Telodendria#39 Co-authored-by: lda <lda@freetards.xyz> Co-committed-by: lda <lda@freetards.xyz>
17 lines
475 B
JSON
17 lines
475 B
JSON
{
|
|
"header": "Schema\/Registration.h",
|
|
"types": {
|
|
"RegistrationRequest": {
|
|
"fields": {
|
|
"username": { "type": "string" },
|
|
"password": { "type": "string" },
|
|
"device_id": { "type": "string" },
|
|
"inhibit_login": { "type": "boolean" },
|
|
"initial_device_display_name": { "type": "string" },
|
|
"refresh_token": { "type": "boolean" }
|
|
},
|
|
"type": "struct"
|
|
}
|
|
},
|
|
"guard": "TELODENDRIA_SCHEMA_REGISTRATION_H"
|
|
}
|