OBJECT

FinOpsDatasetSchemaFieldMetadata

link GraphQL Schema definition

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