{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cardano.blockfrost.io/schema/epoch_content_array", "title": "Epoch Content Array", "type": "array", "items": { "$ref": "#/components/schemas/epoch_content" } }