A container for a pair (note matcher, note).
| name | data type | description | 
|---|---|---|
| matcher | NoteMatcher | |
| note | StreetNote | 
Example
{
  "matcher" : { },
  "note" : {
    "note" : { },
    "descriptionText" : { },
    "effectiveStartDate" : 12345,
    "effectiveEndDate" : 12345,
    "url" : "..."
  }
}