{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/PrimaryNetworkChainInfo.json", "title": "PrimaryNetworkChainInfo", "type": "object", "properties": { "chainName": { "$ref": "#/components/schemas/PrimaryNetworkChainName" }, "network": { "$ref": "#/components/schemas/Network" } }, "required": [ "chainName", "network" ] }