CheckDetail

Account details for a Well-Architected best practice in relation to Trusted Advisor checks.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
Id object
Name object
Description object
Provider object
LensArn object
PillarId object
QuestionId object
ChoiceId object
Status object
AccountId object
FlaggedResources object
Reason object
UpdatedAt object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-check-detail-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CheckId"
        },
        {
          "description": "Trusted Advisor check ID."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CheckName"
        },
        {
          "description": "Trusted Advisor check name."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CheckDescription"
        },
        {
          "description": "Trusted Advisor check description."
        }
      ]
    },
    "Provider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CheckProvider"
        },
        {
          "description": "Provider of the check related to the best practice."
        }
      ]
    },
    "LensArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensArn"
        },
        {
          "description": "Well-Architected Lens ARN associated to the check."
        }
      ]
    },
    "PillarId": {
      "$ref": "#/components/schemas/PillarId"
    },
    "QuestionId": {
      "$ref": "#/components/schemas/QuestionId"
    },
    "ChoiceId": {
      "$ref": "#/components/schemas/ChoiceId"
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CheckStatus"
        },
        {
          "description": "Status associated to the check."
        }
      ]
    },
    "AccountId": {
      "$ref": "#/components/schemas/AwsAccountId"
    },
    "FlaggedResources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FlaggedResources"
        },
        {
          "description": "Count of flagged resources associated to the check."
        }
      ]
    },
    "Reason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CheckFailureReason"
        },
        {
          "description": "Reason associated to the check."
        }
      ]
    },
    "UpdatedAt": {
      "$ref": "#/components/schemas/Timestamp"
    }
  },
  "description": "Account details for a Well-Architected best practice in relation to Trusted Advisor checks.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CheckDetail",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-check-detail-schema.json"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/well-architected-tool-check-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.