{ "type": "object", "description": "Response containing results of executing a write transaction", "required": [ "results" ], "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/WriteCommandResult" }, "description": "Array of results for each write command executed in the transaction" } }, "$schema": "http://json-schema.org/draft-07/schema#", "title": "WriteResponse" }