{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/BlockMetadataExtensionRandomnessAndDecKey.json", "title": "BlockMetadataExtensionRandomnessAndDecKey", "type": "object", "properties": { "randomness": { "$ref": "#/components/schemas/HexEncodedBytes" }, "decryption_key": { "$ref": "#/components/schemas/HexEncodedBytes" } } }