{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/horizon/host_function_parameter.json", "title": "host_function_parameter", "type": "object", "properties": { "value": { "type": "string" }, "type": { "type": "string" } }, "required": [ "value", "type" ] }