Amazon Organizations · JSON Structure

Openapi Account Structure

Account schema from Amazon Organizations

Type: object Properties: 7
Account ManagementConsolidated BillingGovernanceMulti-AccountOrganizationsPolicies

Account is a JSON Structure definition published by Amazon Organizations, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Id Arn Email Name Status JoinedMethod JoinedTimestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-organizations/refs/heads/main/json-structure/openapi-account-structure.json",
  "name": "Account",
  "description": "Account schema from Amazon Organizations",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Arn": {
      "type": "string"
    },
    "Email": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "Status": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "SUSPENDED",
        "PENDING_CLOSURE"
      ]
    },
    "JoinedMethod": {
      "type": "string",
      "enum": [
        "INVITED",
        "CREATED"
      ]
    },
    "JoinedTimestamp": {
      "type": "datetime"
    }
  }
}