Values.DatasetSchemaSummarySourceProvides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.
type nonrec t = {name : Name.t option;The name of the schema.
*)schemaArn : Arn.t option;The Amazon Resource Name (ARN) of the schema.
*)creationDateTime : Date.t option;The date and time (in Unix time) that the schema was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the schema was last updated.
*)domain : Domain.t option;The domain of a schema that you created for a dataset in a Domain dataset group.
*)}