codecombat/app/schemas/definitions/misc.coffee

13 lines
322 B
CoffeeScript
Raw Normal View History

module.exports =
jQueryEvent:
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:
type: "boolean"
required: []
additionalProperties: true