{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppSessionMessageCreate.json", "title": "AppSessionMessageCreate", "additionalProperties": false, "properties": { "content": { "description": "A message string, to be rendered as plain text with Benchling chips. References to Benchling items (up to 10 per msg) will be rendered as chips in the Benchling UX. A valid reference is a Benchling API id, prefixed with \"id:\" and contained by braces. For example: \"{id:ent_a0SApq3}.\"", "example": "Transferred 4ml of {id:ent_a0SApq3z} to {id:con_ae92kBv9} with \\{priority: p3\\}.", "maxLength": 200, "minLength": 3, "nullable": false, "type": "string" }, "style": { "$ref": "#/components/schemas/AppSessionMessageStyle" } }, "required": [ "content" ], "type": "object" }