{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "QueryMsg", "oneOf": [ { "type": "object", "required": [ "get_n_f_t_index" ], "properties": { "get_n_f_t_index": { "type": "object", "additionalProperties": false } }, "additionalProperties": false } ] }