ProfileTemplate

The profile template.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
TemplateName object
TemplateQuestions object
CreatedAt object
UpdatedAt object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-profile-template-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "TemplateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileName"
        },
        {
          "description": "The name of the profile template."
        }
      ]
    },
    "TemplateQuestions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateQuestions"
        },
        {
          "description": "Profile template questions."
        }
      ]
    },
    "CreatedAt": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "UpdatedAt": {
      "$ref": "#/components/schemas/Timestamp"
    }
  },
  "description": "The profile template.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProfileTemplate",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-profile-template-schema.json"
}