codecombat/app/schemas/subscriptions/errors.coffee

6 lines
159 B
CoffeeScript

c = require 'schemas/schemas'
module.exports =
# app/core/errors
'errors:server-error': c.object {required: ['response']},
response: {type: 'object'}