{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/WriteSet_ScriptWriteSet.json", "title": "WriteSet_ScriptWriteSet", "allOf": [ { "type": "object", "required": [ "type" ], "properties": { "type": { "type": "string", "enum": [ "script_write_set" ], "example": "script_write_set" } } }, { "$ref": "#/components/schemas/ScriptWriteSet" } ] }