{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/EvmNetworkOptions.json", "title": "EvmNetworkOptions", "type": "object", "properties": { "addresses": { "type": "array", "items": { "type": "string" } }, "includeChains": { "examples": [ [ "43114" ] ], "type": "array", "items": { "type": "string" } } }, "required": [ "addresses", "includeChains" ] }