{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ConfigResponse", "type": "object", "required": [ "drand_step2_contract_address" ], "properties": { "drand_step2_contract_address": { "$ref": "#/definitions/CanonicalAddr" } }, "definitions": { "Binary": { "description": "Binary is a wrapper around Vec to add base64 de/serialization with serde. It also adds some helper methods to help encode inline.\n\nThis is only needed as serde-json-{core,wasm} has a horrible encoding for Vec", "type": "string" }, "CanonicalAddr": { "$ref": "#/definitions/Binary" } } }