This validator checks various config
files and links within your tenant repository for valid structure and linking between various components.
- All three config files are present and properly formatted
- File references (such as apiVersion, getStartedFilePath, resourcesFilePath, etc.) all lead to an existing and valid file in your repository
- Files listed in doc-tree exist and accessible
Ensure existence of the following fields/definitions:
product.description
: String; 0 < length < 112 charactersgetStartedFilePath
: StringresourcesFilePath
: String (optional)solution
: List (mapped to ourbusiness type
)apiVersion
: ListapiVersion.?.releaseNotesPath
: String (release note MD for each apiVersion defined)apiVersion.?.version
: Check that there is 1 MIN/MAXmajor
(latest) apiVersion
Checking every single API. Once validated logs will display name of the markdown file and status.
Display error logs for the various failures from the checks listed above
Help: Please connect with DevStudio team for more information and questions related with Validators via our Teams channel.