{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Metadata returned after a successful write commit.", "properties": { "modifiedAtMs": { "format": "int64", "type": "integer" }, "sizeBytes": { "format": "uint64", "minimum": 0.0, "type": "integer" } }, "required": [ "modifiedAtMs", "sizeBytes" ], "title": "FsWriteFileCommitResponse", "type": "object" }