{
  "Report_Header": {
    "Report_Name": "Database Access Denied",
    "Report_ID": "DR_D2",
    "Release": "5",
    "Institution_Name": "Client Demo Site",
    "Institution_ID": [
      {
        "Type": "ISNI",
        "Value": "1234123412341234"
      }
    ],
    "Customer_ID": "ppa123456",
    "Report_Filters": [
      {
        "Name": "Metric_Type",
        "Value": "Limit_Exceeded|No_License"
      },
      {
        "Name": "Access_Method",
        "Value": "Regular"
      },
      {
        "Name": "Begin_Date",
        "Value": "2016-01-01"
      },
      {
        "Name": "End_Date",
        "Value": "2016-03-31"
      }
    ],
    "Created": "2019-04-25T11:35:16Z",
    "Created_By": "Publisher Platform Alpha"
  },
  "Report_Items": [
    {
      "Database": "Database 1 Bibliographic Database",
      "Publisher": "Gamma",
      "Publisher_ID": [
        {
          "Type": "Proprietary",
          "Value": "alpha:gam"
        }
      ],
      "Platform": "PPα",
      "Item_ID": [
        {
          "Type": "Proprietary",
          "Value": "alpha:bdb-1"
        }
      ],
      "Performance": [
        {
          "Period": {
            "Begin_Date": "2016-01-01",
            "End_Date": "2016-01-31"
          },
          "Instance": [
            {
              "Metric_Type": "Limit_Exceeded",
              "Count": 23
            }
          ]
        },
        {
          "Period": {
            "Begin_Date": "2016-02-01",
            "End_Date": "2016-02-29"
          },
          "Instance": [
            {
              "Metric_Type": "Limit_Exceeded",
              "Count": 21
            }
          ]
        },
        {
          "Period": {
            "Begin_Date": "2016-03-01",
            "End_Date": "2016-03-31"
          },
          "Instance": [
            {
              "Metric_Type": "Limit_Exceeded",
              "Count": 16
            }
          ]
        }
      ]
    },
    {
      "Database": "Database 3 Full Content Database",
      "Publisher": "Gamma",
      "Publisher_ID": [
        {
          "Type": "Proprietary",
          "Value": "alpha:gam"
        }
      ],
      "Platform": "PPα",
      "Item_ID": [
        {
          "Type": "Proprietary",
          "Value": "alpha:fcdb-3"
        }
      ],
      "Performance": [
        {
          "Period": {
            "Begin_Date": "2016-01-01",
            "End_Date": "2016-01-31"
          },
          "Instance": [
            {
              "Metric_Type": "No_License",
              "Count": 25
            }
          ]
        },
        {
          "Period": {
            "Begin_Date": "2016-02-01",
            "End_Date": "2016-02-29"
          },
          "Instance": [
            {
              "Metric_Type": "No_License",
              "Count": 30
            }
          ]
        },
        {
          "Period": {
            "Begin_Date": "2016-03-01",
            "End_Date": "2016-03-31"
          },
          "Instance": [
            {
              "Metric_Type": "No_License",
              "Count": 45
            }
          ]
        }
      ]
    }
  ]
}
