Generate JSON schema from JSON string. It take a valid JSON string as input. Introspect the input string. Validate it and generate the JSON Schema corresponding to the input JSON data.
Steps to Generate a JSON Schema from a JSON.
Step 1: Paste JSON data / string in .the text area.