SCHEMA PLAYGROUND

Build a JSON schema visually, then generate sample data to preview your structure.

Fields

Field 1

Leave blank for free text. Add values to restrict output.

Field 2

Leave blank for free text. Add values to restrict output.

Field 3

JSON Schema

{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier"
    },
    "name": {
      "type": "string",
      "description": "Display name"
    },
    "score": {
      "type": "number",
      "description": "Numeric score"
    }
  },
  "required": [
    "id",
    "name"
  ]
}

NEED 10,000+ ROWS?

Sonset generates massive structured datasets at scale using AI. Define your schema, pick variant lists, and batch-generate thousands of diverse training rows.

Get Started Free