14 lines
191 B
JSON
14 lines
191 B
JSON
|
{
|
||
|
"name": "user",
|
||
|
"base": "User",
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "Number",
|
||
|
"forceId": false
|
||
|
},
|
||
|
"username":{
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|