JSON Schema recipe
Import profile walkthrough
Own the mapping: a named profile that decides what every key becomes.
Bring your own schema and make the mapping decisions the automatic path makes for you. A named import/export profile is created (pre-populated with the special keys), your schema is scanned - phase 1 follows $ref and offers referenced files, phase 2 detects every keyword in use - and each scanned key becomes a profile row: Transformed to (None / Mixin / New Mixin / Relation / New Relation) and Export Format (the value shape preserved for round-trip export). The profile is pinned to the working space and reused for every later file, sync, export and validation.