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