9 lines
119 B
JSON
9 lines
119 B
JSON
|
{
|
||
|
"name": "profile",
|
||
|
"base": "PersistedModel",
|
||
|
"properties": {
|
||
|
"points": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|