{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/NetworkFee.json", "title": "NetworkFee", "type": "object", "properties": { "gas": { "description": "gas cost in tinybars", "format": "int64", "type": "integer" }, "transaction_type": { "description": "type of the transaction", "type": "string" } } }