OBJECT
FinOpsDatasetSchemaFieldMetadata
link GraphQL Schema definition
- type FinOpsDatasetSchemaFieldMetadata {
- # Alternate names for field, List of aliases that can be used to refer this field
- String!]! : [
- # Special markers required by the platform.
- String!] : [
- # Array of constraints applicable on field - OPTIONAL, ENUM, NON_NULL, FILTERABLE
- FinOpsFieldDataConstraint!]! : [
- # Data Type of Field
- FinOpsDatasetColumnDataType! :
- # Description about the field
- String! :
- # Family/Category of field
- String! :
- # Nature or Type of the field - Dimension/Measure/Time
- FinOpsFieldNatureType! :
- # What is the unit associated with the field value. Eg: CPU hours, $, GB/month,
- # etc.,
- String :
- # Human readable and modifiable field name
- String! :
- # Name of field in the dataset, unique, case-insensitive
- String! :
- # Array that captures sample values with descriptions
- FinOpsSampleFieldValue!]! : [
- }