{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.asset.common",
  "type": "object",
  "title": "AssetIdentifier",
  "description": "The unique identifier for an Asset, specified using an Asset Identifier Type enumerator.",
  "properties": {
    "identifier": {
      "description": "The identifier value.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "identifierType": {
      "description": "Defines the symbology source of the Asset Identifier, eg CUSIP, ISIN, etc.",
      "$ref": "cdm-base-staticdata-asset-common-AssetIdTypeEnum.schema.json"
    }
  },
  "required": [
    "identifier",
    "identifierType"
  ]
}
