A response for SetQuestionCodebook web method
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SetQuestionCodebookResponse", "type": "object", "properties": { "errorMessage": { "type": "string", "nullable": true } }, "additionalProperties": false, "description": "A response for SetQuestionCodebook web method" }