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