codecombat/app/schemas/definitions/misc.coffee

13 lines
322 B
CoffeeScript
Raw Normal View History

module.exports =
jQueryEvent:
2014-06-30 22:16:26 -04:00
title: 'jQuery Event'
id: 'jQueryEvent'
$schema: 'http://json-schema.org/draft-04/schema#'
description: 'A standard jQuery Event'
type: 'object'
properties: # TODO schema complete
altKey:
2014-06-30 22:16:26 -04:00
type: 'boolean'
required: []
additionalProperties: true