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