Is there a way to generate schema for a json value? I just went through a process of creating a schema for a large json structure, by first generating the types from json using https://quicktype.io/typescript, then cleaning them up and using search and replaces to convert the types into Schemas. Would be great if I could go straigth from json to Schema and only do a cleanup after that.