{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-detective-organizationadmin.json",
  "title": "AWSDetectiveOrganizationAdminProperties",
  "description": "Resource schema for AWS::Detective::OrganizationAdmin. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-detective.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-detective-organizationadmin.json",
    "sourceSha256": "e7361f18262c52e6c08ddbd33fd635561086fd1f61cb9966334e157fe054ab9b"
  },
  "type": "object",
  "properties": {
    "AccountId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[0-9]{12}"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The account ID of the account that should be registered as your Organization's delegated administrator for Detective"
    }
  },
  "typeName": "AWS::Detective::OrganizationAdmin",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-detective.git",
  "createOnlyProperties": [
    "/properties/AccountId"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/GraphArn"
  ],
  "required": [
    "AccountId"
  ],
  "primaryIdentifier": [
    "/properties/AccountId"
  ]
}
