{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset.fro",
  "type": "object",
  "title": "FloatingRateIndexExternalMap",
  "description": "A map for a single FRO to or from an equivalent or similar codes in a different standard such as ISO.",
  "properties": {
    "externalId": {
      "description": " The FRO name that is being mapped to/from.",
      "type": "string"
    },
    "externalStandard": {
      "description": "The standard/version to which the map applies.",
      "type": "string"
    }
  },
  "required": [
    "externalId"
  ]
}
