Completing the information section of your Product description
Provide users with information about your Product.
About this task
The information section of a YAML representation of a Product contains the Product's name and version. It can also include contact and license details.
An example information section for a YAML representation of a Product can be found at the end of this topic. An example of a complete YAML representation of a Product can be found in An example YAML representation of a Product.
Procedure
To complete the information section of your Product description, complete the following steps.
Results
You have completed the information section of your Product's YAML representation. It should have the following form:
info:
version: Product_Version
title: Product_Title
name: Short_Name
description: Product_Description
contact:
name: Contact_Name
url: 'Contact_URL'
email: Contact_email
license:
name: License_Name
url: 'License_URL'
termsOfService: Service_Terms
where all variables are as described in previously in this topic. The indentation must be as in the example.