Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Profile Version Structure

ProfileVersion schema from AWS Well-Architected Tool API

Type: string Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "pattern": "^[A-Za-z0-9-]+$",
  "minLength": 1,
  "maxLength": 32,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ProfileVersion",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-profile-version-structure.json",
  "description": "ProfileVersion schema from AWS Well-Architected Tool API"
}