{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Atomically publish an open write handle.", "properties": { "handleId": { "type": "string" } }, "required": [ "handleId" ], "title": "FsWriteFileCommitParams", "type": "object" }