OBJECT

SpringArtifactRecommendation

Assessment recommendations based on the Artifact Metadata, contributing to other tanzu hub products upsell."

link GraphQL Schema definition

  • type SpringArtifactRecommendation implements ArtifactAssessmentRecommendation, Node {
  • # Domain-specific artifact assessment recommendation instance identifier
  • artifactAssessmentRecommendationId: String!
  • # assessment for which this recommendation was generated
  • assessment: SpringArtifactAssessment!
  • # Description of Recommendation.
  • # This will be represented as HTML element as we may need to showcase specific
  • # words as hyperlinks in recommendation description,
  • # offering users the ability to access Tanzu product subscription link by clicking
  • # on those designated words.
  • description: LocalizedString
  • # Global opaque identifier to meet Node contract
  • id: ID!
  • # Timestamp at which Recommendation is updated. Expressed in UTC ISO-8601 format
  • lastUpdateTime: DateTime
  • # Name of recommendation
  • name: LocalizedString!
  • # Type of recommendation
  • type: SpringArtifactRecommendationType!
  • }