Amazon Organizations · JSON Structure

Openapi Organization Structure

Organization schema from Amazon Organizations

Type: object Properties: 6
Account ManagementConsolidated BillingGovernanceMulti-AccountOrganizationsPolicies

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

Properties

Id Arn FeatureSet MasterAccountArn MasterAccountId MasterAccountEmail

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-organization-structure.json",
  "name": "Organization",
  "description": "Organization schema from Amazon Organizations",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Arn": {
      "type": "string"
    },
    "FeatureSet": {
      "type": "string",
      "enum": [
        "ALL",
        "CONSOLIDATED_BILLING"
      ]
    },
    "MasterAccountArn": {
      "type": "string"
    },
    "MasterAccountId": {
      "type": "string"
    },
    "MasterAccountEmail": {
      "type": "string"
    }
  }
}