JSON Schema ⇄ YAML Converter Paste or edit your JSON Schema: { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Example Schema", "type": "object", "properties": { "name": { "type": "string" }, "age": { "type": "number" } }, "required": ["name"] } Converted YAML Output: Or paste/edit YAML to convert back to JSON Schema: Converted JSON Output: Download as PDF