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