mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-02 12:03:49 -05:00
22 lines
334 B
JSON
22 lines
334 B
JSON
{
|
|
"name": "popularity",
|
|
"plural": "popularities",
|
|
"base": "PersistedModel",
|
|
"idInjection": true,
|
|
"options": {
|
|
"validateUpsert": true
|
|
},
|
|
"properties": {
|
|
"events": {
|
|
"type": [
|
|
"object"
|
|
],
|
|
"required": true
|
|
}
|
|
},
|
|
"validations": [],
|
|
"relations": {},
|
|
"acls": [],
|
|
"methods": {}
|
|
}
|