-{"success": [{"id": "content_0", "level": "error", "description": "Overview image should be referred to in README.MD", "fileHighlights": [{"path": "README.md", "lineNumber": 7, "lineCount": 1, "lineContent": ""}]}, {"id": "struct_0", "level": "error", "description": "All Genesys Cloud blueprints must include a README.MD file. This file should contain a brief introduction of the blueprint."}, {"id": "struct_1", "level": "error", "description": "Every Genesys Cloud blueprint should have a blueprint directory at the root of the project. This directory should hold all assets associated with the blueprint."}, {"id": "struct_2", "level": "error", "description": "Every Genesys Cloud blueprint should have a blueprint/images directory that will contain all of the image assets for a project."}, {"id": "struct_3", "level": "error", "description": "Every Genesys Cloud blueprint should have a overview.png file that contains a high-level architecture diagram for the blueprint."}, {"id": "struct_4", "level": "error", "description": "Every Genesys Cloud blueprint should have a blueprint/index.md that contains a complete writeup in Markdown of the blueprint."}, {"id": "content_8", "level": "error", "description": "The index.md file should have a '## Implementation steps' section that enumerates the steps necessary to carry out the blueprint implementation.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 73, "lineCount": 1, "lineContent": "## Implementation steps"}]}, {"id": "content_4", "level": "error", "description": "The index.md must have a '## Solution' section describing how blueprint solves the project.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 33, "lineCount": 1, "lineContent": "## Solution"}]}, {"id": "content_2", "level": "error", "description": "The index.md file's front matter must include the following fields: title, author, indextype, icon, image, category, and summary", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 2, "lineCount": 1, "lineContent": "title: Build a messaging translation assistant with the AWS Translate service"}, {"path": "blueprint/index.md", "lineNumber": 3, "lineCount": 1, "lineContent": "author: agnes.corpuz"}, {"path": "blueprint/index.md", "lineNumber": 4, "lineCount": 1, "lineContent": "indextype: blueprint"}, {"path": "blueprint/index.md", "lineNumber": 5, "lineCount": 1, "lineContent": "icon: blueprint"}, {"path": "blueprint/index.md", "lineNumber": 6, "lineCount": 1, "lineContent": "image: images/banner.png"}, {"path": "blueprint/index.md", "lineNumber": 7, "lineCount": 1, "lineContent": "category: 6"}, {"path": "blueprint/index.md", "lineNumber": 8, "lineCount": 1, "lineContent": "summary: |"}]}, {"id": "content_3", "level": "error", "description": "The index.md must have a '## Scenario' section describing the problem the blueprint is trying to solve.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 23, "lineCount": 1, "lineContent": "## Scenario"}]}, {"id": "link_1", "level": "error", "description": "Image links in index.md file should point to a valid image file.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 21, "lineCount": 1, "lineContent": ""}, {"path": "blueprint/index.md", "lineNumber": 165, "lineCount": 1, "lineContent": " "}, {"path": "blueprint/index.md", "lineNumber": 168, "lineCount": 1, "lineContent": " "}, {"path": "blueprint/index.md", "lineNumber": 173, "lineCount": 1, "lineContent": " "}, {"path": "blueprint/index.md", "lineNumber": 174, "lineCount": 1, "lineContent": " "}, {"path": "blueprint/index.md", "lineNumber": 176, "lineCount": 1, "lineContent": " "}, {"path": "blueprint/index.md", "lineNumber": 196, "lineCount": 1, "lineContent": " "}, {"path": "blueprint/index.md", "lineNumber": 202, "lineCount": 1, "lineContent": " "}, {"path": "blueprint/index.md", "lineNumber": 204, "lineCount": 1, "lineContent": " "}]}, {"id": "content_9", "level": "error", "description": "The index.md file should have a '### Download the repository containing the project files' section that describe how to clone the blueprint repository from GitHub.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 75, "lineCount": 1, "lineContent": "### Download the repository containing the project files"}]}, {"id": "content_10", "level": "error", "description": "The index.md should have a '## Additional resources' section containing the project files section. This section should include any additional links that will be useful for the blueprint.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 206, "lineCount": 1, "lineContent": "## Additional resources"}]}, {"id": "link_0", "level": "error", "description": "Image links in the README.md file should point to a valid image file.", "fileHighlights": [{"path": "README.md", "lineNumber": 7, "lineCount": 1, "lineContent": ""}]}, {"id": "link_2", "level": "error", "description": "Image links in the README.md file is missing alternative text.", "fileHighlights": []}, {"id": "link_4", "level": "error", "description": "Hyperlinks in the README.md file is missing alternative text.", "fileHighlights": []}, {"id": "content_6", "level": "error", "description": "The index.md file must have a '## Prerequisites' section that describes the skillset and technical requirements an individual must have to successfully install the blueprint.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 48, "lineCount": 1, "lineContent": "## Prerequisites"}]}, {"id": "content_7", "level": "error", "description": "The index.md file should have '### Specialized knowledge' section that enumerates the skill sets that the implementor should possess in order to carry out the blueprint.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 50, "lineCount": 1, "lineContent": "### Specialized knowledge"}]}, {"id": "content_1", "level": "error", "description": "The front matter must be defined in the file or the blueprint will not appear in the Developer Center", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 1, "lineCount": 10, "lineContent": "---\ntitle: Build a messaging translation assistant with the AWS Translate service\nauthor: agnes.corpuz\nindextype: blueprint\nicon: blueprint\nimage: images/banner.png\ncategory: 6\nsummary: |\n This Genesys Cloud Developer Blueprint provides instructions for building a messaging translation assistant, which uses the AWS Translate service to allow customers and agents to chat in their preferred languages. The messaging translation assistant automatically translates everything in the right side of the Interactions panel in real-time, including canned responses. This solution supports both web chat and web messaging interactions. You can deploy all the components used in this solution with the Terraform Genesys Cloud CX as Code provider.\n---"}]}, {"id": "link_3", "level": "error", "description": "Image links in the index.md file is missing alternative text.", "fileHighlights": []}], "failed": [{"id": "content_5", "level": "error", "description": "The index.md must have a '## Content' section linking to the rest of the document.", "fileHighlights": []}, {"id": "link_5", "level": "error", "description": "Hyperlinks in the index.md file is missing alternative text.", "fileHighlights": [{"path": "blueprint/index.md", "lineNumber": 16, "lineCount": 1, "lineContent": "please see our Genesys Cloud blueprint [FAQ](https://developer.genesys.cloud/blueprints/faq)sheet."}, {"path": "blueprint/index.md", "lineNumber": 136, "lineCount": 1, "lineContent": "2. In your local blueprint repository, open the [config.js](https://github.com/GenesysCloudBlueprints/digital-messaging-translator-blueprint/blob/main/docs/scripts/config.js) file. Add the client ID from your OAuth client and specify the region where your Genesys Cloud organization is located, for example, `mypurecloud.ie` or `mypurecloud.com.au`."}]}], "timestamp": "2024-08-27T04:22:20Z"}
0 commit comments