{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/blockfrost/refs/heads/main/json-schema/blockfrost-block-content-txs-schema.json", "title": "block_content_txs", "description": "block_content_txs schema from Blockfrost API", "type": "array", "items": { "type": "string", "description": "Hash of the transaction" } }