Account Discover Schema Operation
Description
The Account Discover Schema operation generates the schema definition for fusion accounts. The schema is dynamic, meaning it is built programmatically based on the configuration and the aggregate schemas of all managed sources.
Process Flow
-
Setup:
- Loads all managed sources to access their schemas.
-
Schema Build:
- Calls
schemas.buildDynamicSchema(). - Combines base fusion attributes (identity, name, status, etc.) with attributes from managed sources.
- Applies any configured schema extensions or overrides.
- Calls
-
Output:
- Returns the generated schema object to ISC.