{ "name": "bonfire", "base": "PersistedModel", "idInjection": true, "trackChanges": false, "properties": { "name": { "type": "string", "unique": true }, "difficulty": { "type": "string" }, "description": { "type": "array" }, "tests": { "type": "array" }, "challengeSeed": { "type": "array" }, "MDNlinks": { "type": "array" } }, "validations": [], "relations": {}, "acls": [ { "accessType": "*", "principalType": "ROLE", "principalId": "$everyone", "permission": "DENY" }, { "accessType": "READ", "principalType": "ROLE", "principalId": "$authenticated", "permission": "ALLOW" } ], "methods": [] }