Waiting for engine...
Skip to main content

SpaceArtifactListingMetaDataInput

An input containing metadata for a Space artifact, including title, description, links, features, tags, and detailed content.

input SpaceArtifactListingMetaDataInput {
title: String
description: String
expectedPublishingDate: DateTime
demoLink: String
communityArticleHelpLink: String
keyFeatures: [String!]
suggestedTags: String
detailedContent: String
supportFormLink: String
catalogArtifactMetaData: String
publicUrl: String
difficultyLevel: DifficultyLevel
agreedToTermsAndConditions: Boolean
}

Fields

SpaceArtifactListingMetaDataInput.title ● String scalar miscellaneous

Artifact title.

SpaceArtifactListingMetaDataInput.description ● String scalar miscellaneous

A short description of the artifact.

SpaceArtifactListingMetaDataInput.expectedPublishingDate ● DateTime scalar partner-portal

Indicates the expected publishing date for the artifact.

SpaceArtifactListingMetaDataInput.demoLink ● String scalar miscellaneous

Indicates the demo url for the artifact.

SpaceArtifactListingMetaDataInput.communityArticleHelpLink ● String scalar miscellaneous

Stores the reference to the community article help page.

SpaceArtifactListingMetaDataInput.keyFeatures ● [String!] list scalar miscellaneous

Stores the key features for the artifact.

SpaceArtifactListingMetaDataInput.suggestedTags ● String scalar miscellaneous

Submitter's suggestions for new tags.

SpaceArtifactListingMetaDataInput.detailedContent ● String scalar miscellaneous

HTML for the content of the artifact detail page.

SpaceArtifactListingMetaDataInput.supportFormLink ● String scalar miscellaneous

Support form link provided by the partner instead of the support form file.

SpaceArtifactListingMetaDataInput.catalogArtifactMetaData ● String scalar miscellaneous

The artifact metadata of the Integration Pack for the space admin user.

SpaceArtifactListingMetaDataInput.publicUrl ● String scalar miscellaneous

Stores accelerator public url

SpaceArtifactListingMetaDataInput.difficultyLevel ● DifficultyLevel enum catalog-service

Indicates the difficultyLevel.

SpaceArtifactListingMetaDataInput.agreedToTermsAndConditions ● Boolean scalar miscellaneous

Indicates whether the user has accepted the terms and conditions. The default value is false. Once set to true, this value cannot be reverted; any attempt to reset it to false is ignored.

Member Of

SpaceArtifactListingCreateInput input ●  SpaceArtifactListingUpdateInput input

On this Page