Frodo Library - v4.8.5
    Preparing search index...

    Variable MANAGED_OBJECT_SCHEMA_CREATABLE_PROPERTY_TYPESConst

    MANAGED_OBJECT_SCHEMA_CREATABLE_PROPERTY_TYPES: readonly [
        "string",
        "number",
        "boolean",
        "date",
        "time",
        "datetime",
        "duration",
        "object",
    ] = ...

    Every schema property type the Admin UI's own property-type picker offers (confirmed live against a hand-built managed-object type). Single source of truth feeding both frodo-cli's --property-type CLI .choices()/help text and this module's own buildManagedObjectSchemaPropertyPayload validation: add a type here once IDM's picker offers it, and every consumer picks it up automatically, instead of drifting out of sync as separately-maintained lists.