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
- String! :
- # Artifact metadata version assessment for which this recommendation was generated
- SpringArtifactMetadataVersion :
- # assessment for which this recommendation was generated
- 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.
- LocalizedString :
- # Global opaque identifier to meet Node contract
- ID! :
- # Timestamp at which Recommendation is updated. Expressed in UTC ISO-8601 format
- DateTime :
- # Name of recommendation
- LocalizedString! :
- # Type of recommendation
- SpringArtifactRecommendationType! :
- }