{ "name": "job", "base": "PersistedModel", "idInjection": true, "trackChanges": false, "properties": { "position": { "type": "string" }, "company": { "type": "string" }, "logoUrl": { "type": "string" }, "postingUrl": { "type": "string" }, "copy": { "type": "array" } }, "validations": [], "relations": {}, "acls": [ { "accessType": "*", "principalType": "ROLE", "principalId": "$everyone", "permission": "DENY" }, { "accessType": "READ", "principalType": "ROLE", "principalId": "$authenticated", "permission": "ALLOW" } ], "methods": [] }