{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/WriteSetPayload.json", "title": "WriteSetPayload", "type": "object", "description": "A writeset payload, used only for genesis", "required": [ "write_set" ], "properties": { "write_set": { "$ref": "#/components/schemas/WriteSet" } } }