{
  "discoverer": {
    "key": "discoverer",
    "arn": "arn:${Partition}:schemas:${Region}:${Account}:discoverer/${DiscovererId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "registry": {
    "key": "registry",
    "arn": "arn:${Partition}:schemas:${Region}:${Account}:registry/${RegistryName}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "schema": {
    "key": "schema",
    "arn": "arn:${Partition}:schemas:${Region}:${Account}:schema/${RegistryName}/${SchemaName}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}