{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [], "properties": { "hex": { "type": "hex", "description": "This will be used for deriving the secret" }, "string": { "type": "string", "description": "This will be used for deriving the secret" } } }