Optimized for Dark Mode

The website is optimized for dark mode to enhance your user experience. Switch to dark mode to enjoy it.

OpenAI JSON Schema Visualizer

Paste any OpenAI JSON schema to explore its structure and preview a sample response — it parses as you type.

Need to build a schema? Use the builder →

schema: email_classification

typeenum

Return the type of the email that is one of: complaint, order, appointment

complaintorderappointment
ordered_productsarrayarray<object>

If the mail contains an order return the products and amount

itemsobject

The item id and the amount of the ordered product

item_idstringe.g. "example_item_id"

The item id of the product

amountnumbere.g. 62.71

The amount of the product