ProtectedInternalRequired input:
EntityName (string) — fully-qualified entity name, e.g. "MJ: Applications".Output:
Schema parameter — the CuratedFormSchema object.Message — the same object, stringified.Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Read-only action consumed by the Form Builder agent to inspect an entity's curated form-relevant schema before generating a form Component.
Returns the
CuratedFormSchemashape: FK references resolved to{entity, displayField}, value-list fields annotated withallowedValues, and audit / virtual / computed fields stripped. See@memberjunction/interactive-component-types/formsfor the type.Output is stringified JSON in
Message(Action framework convention) and also surfaced as aSchemaoutput parameter for callers that prefer structured access.