const adjustSchema: <T extends DataField | ArchetypeField>( schema: Record<string, string | T>, formats?: Record<string, string>, ) => Record<string, any>
Tweak types in existing schema
packages / core / src / archetype.ts