DomainModel
ID!
required
Unique identifier for the domain.
Int!
required
Version number of the domain for change tracking.
String!
required
Human-readable name for the domain.
String
Optional description explaining the purpose and contents of the domain.
[DatabaseModel!]!
required
List of databases included in this domain. See DatabaseModel.
[Dataset!]!
required
Datasets (file-based data sources) associated with this domain, including S3, Azure Blob Storage, SharePoint, and Wisdom-managed datasets.
String
Custom system instructions for AI interactions within this domain.
Int
Fiscal year start month (1-12) for financial calculations.
String
Timezone used for date and time calculations in this domain.
CodegenConfig!
required
Code generation configuration settings. See CodegenConfig.
[TableJoin!]!
required
List of join relationships between tables in this domain.
DomainWebSearchConfig
Web search configuration for this domain. See DomainWebSearchConfig.
CanvasConfig!
required
Canvas configuration settings. See CanvasConfig.
DomainRLSConfig
Row-level security configuration for this domain. See DomainRLSConfig.
DateTime
ISO timestamp when the domain was last modified.
String
Full name of the user who created this domain.
Boolean!
required
Whether this domain was automatically generated by the system.
Related operations
Create Domain
Create new domains for organizing data sources
Duplicate Domain
Duplicate an existing domain
DatabaseModel
Database structure within a domain
Knowledge
Domain knowledge entries
VizConfig
Visualization configuration
CodegenConfig
Code generation configuration
Connection
Connection schema and properties

