1export default class Account { 2} 3Account.schema = { 4 name: 'Account', 5 properties: { 6 authentication_token: 'string' 7 } 8};