Values.SchemaStatusDetailSourceInformation about the schema status. A status of READY means that based on the schema analysis rule, queries of the given analysis rule type are properly configured to run queries on this schema.
type nonrec t = {status : SchemaStatus.t option;The status of the schema, indicating if it is ready to query.
*)reasons : SchemaStatusReasonList.t option;The reasons why the schema status is set to its current state.
*)analysisRuleType : AnalysisRuleType.t option;The analysis rule type for which the schema status has been evaluated.
*)configurations : SchemaConfigurationList.t option;The configuration details of the schema analysis rule for the given type.
*)analysisType : AnalysisType.t option;The type of analysis that can be performed on the schema. A schema can have an analysisType of DIRECT_ANALYSIS, ADDITIONAL_ANALYSIS_FOR_AUDIENCE_GENERATION, or both.
*)}