SchemaDatasetFacet
data class SchemaDatasetFacet(val getProducer: String, val getSchemaURL: String, val fields: Array<SchemaField>? = null)
Represents a dataset facet in a schema.
Parameters
getProducer
The name of the producer of the dataset.
getSchemaURL
The URL of the schema for the dataset.
fields
An array of SchemaField
objects representing the fields in the dataset.