{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UpdateStudyResponse", "required": [ "countQuestions", "countResponses", "countResponsesCoded", "countTransactions", "createDateUtc", "id", "key", "status" ], "type": "object", "properties": { "errorMessage": { "type": "string", "nullable": true }, "key": { "type": "integer", "description": "The key of the Study.", "format": "int32" }, "quota": { "type": "integer", "description": "The quota for the Study", "format": "int32", "nullable": true }, "id": { "minLength": 1, "type": "string", "description": "The id of the Study." }, "name": { "type": "string", "description": "A user-friendly display name of the Study.", "nullable": true }, "description": { "type": "string", "description": "A description of the Study.", "nullable": true }, "status": { "minLength": 1, "type": "string", "description": "A one-character string which specifies the status of the Study:\r\n