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