@suluk/panel - v0.3.1
    Preparing search index...

    Type Alias FieldType

    FieldType:
        | "text"
        | "textarea"
        | "richtext"
        | "number"
        | "boolean"
        | "select"
        | "date"
        | "datetime"
        | "email"
        | "url"
        | "media"
        | "json"
        | "relationship"

    Field-type inference — the Payload-parity core, contract-first. Given an entity's JSON-Schema (from the v4 doc's components.schemas), infer the Payload-style field set: the right widget per property (text/textarea/number/ boolean/select/date/email/url/json/richtext/relationship), required/nullable, enum options, and relationships (a <entity>Id whose <Entity> is itself an entity). No config DSL — the contract IS the config.