Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Profile Template Structure

The profile template.

Type: object Properties: 4
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

ProfileTemplate is a JSON Structure definition published by Amazon Well-Architected Tool, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TemplateName TemplateQuestions CreatedAt UpdatedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ProfileTemplate",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-profile-template-structure.json"
}