{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NewStudyRequest", "required": [ "id" ], "type": "object", "properties": { "quota": { "type": "integer", "description": "The quota for the Study", "format": "int32", "nullable": true }, "id": { "maxLength": 30, "minLength": 1, "type": "string", "description": "The id of the new Study.\r\n\r\nMust be unique among all Studies in the Ascribe account of the current session by case-insensitive comparison.\r\n\r\nMust be at least 1 character and not more than 30 characters." }, "name": { "maxLength": 50, "minLength": 0, "type": "string", "description": "Optional name of this Study, intended to be more human-friendly than the id of the Study.\r\n\r\nMaximum of 50 characters.", "nullable": true }, "description": { "type": "string", "description": "An optional description of the Study.", "nullable": true }, "status": { "maxLength": 1, "minLength": 0, "type": "string", "description": "Optional status of the Study at the time it is created.\r\n\r\nIf specified, one of:\r\n