Paste a JSON Schema, get a mock response that satisfies it. Handles strings, numbers, arrays, nested objects, and common formats (email, url, date-time, uuid).
{
"id": 0,
"email": "jane@example.com",
"name": "string",
"tags": [
"string"
]
}