OpenAI JSON Schema Visualizer
Paste any OpenAI JSON schema to explore its structure and preview a sample response — it parses as you type.
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