{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "actionName": { "type": "string" }, "blueprintName": { "type": "string" }, "blueprintVersion": { "type": "string" }, "mode": { "type": "string" } }, "required": [ "actionName", "blueprintName", "blueprintVersion", "mode" ] }