{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/ScriptWriteSet.json", "title": "ScriptWriteSet", "type": "object", "required": [ "execute_as", "script" ], "properties": { "execute_as": { "$ref": "#/components/schemas/Address" }, "script": { "$ref": "#/components/schemas/ScriptPayload" } } }