Transform Lab
See ODIN transforms in action. Select an example or write your own.
Transform Definition ODIN
JSON Input JSON
ODIN ODIN
{customer} fullName = "Jane Smith" email = "jane@acme.com" phone = "5125551234" city = "Austin" state = "TX"
Output
{
"customer": {
"fullName": "Jane Smith",
"email": "jane@acme.com",
"phone": "5125551234",
"city": "Austin",
"state": "TX"
}
}Standard Reference
The complete ODIN notation spec: types, modifiers, paths and everything you need to read and write ODIN fluently.
Read the specSchema Reference
Define validation rules, constraints, and reusable types. Enforce structure across your entire data pipeline.
Define your typesTransform Reference
Map fields between formats with built-in verbs, conditionals and format-aware output. No code required.
Transform dataSchema Library
Browse 300+ production-ready schemas for insurance, healthcare, finance, legal and more. Ready to validate.
Browse schemas