{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "success": { "type": "boolean", "enum": [ true ] }, "requiresJob": { "type": "boolean" } } }