{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SignatureInput", "type": "object", "required": [ "input" ], "properties": { "input": { "type": "string" } } }