{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/ContractStateResponse.json", "title": "ContractStateResponse", "type": "object", "properties": { "state": { "type": "array", "items": { "$ref": "#/components/schemas/ContractState" } }, "links": { "$ref": "#/components/schemas/Links" } } }