mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-02 03:03:23 -05:00
25 lines
408 B
JSON
25 lines
408 B
JSON
{
|
|
"name": "fieldGuide",
|
|
"base": "PersistedModel",
|
|
"trackChanges": false,
|
|
"idInjection": true,
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"unique": true
|
|
},
|
|
"dashedName": {
|
|
"type": "string",
|
|
"unique": false
|
|
},
|
|
"description": {
|
|
"type": "array",
|
|
"unique": false
|
|
}
|
|
},
|
|
"validations": [],
|
|
"relations": {},
|
|
"acls": [],
|
|
"methods": []
|
|
}
|