{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-structure/amazon-managed-blockchain-network-ethereum-attributes-structure.json", "name": "NetworkEthereumAttributes", "description": "Attributes of Ethereum for a network. ", "type": "object", "properties": { "ChainId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "

The Ethereum CHAIN_ID associated with the Ethereum network. Chain IDs are as follows:

" } ] } } }