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