changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of records returned",
+ "type": "number"
+ },
+ "description": {
+ "description": "Description of the data",
+ "type": "string"
+ },
+ "records": {
+ "description": "Government receipts by source",
+ "items": {
+ "properties": {
+ "classification": {
+ "description": "Classification description or code",
+ "type": "string"
+ },
+ "current_month_amt": {
+ "description": "Current month receipt/outlay amount",
+ "type": "number"
+ },
+ "fiscal_year_amt": {
+ "description": "Fiscal year receipt/outlay amount",
+ "type": "number"
+ },
+ "line_code": {
+ "description": "Line code number",
+ "type": "string"
+ },
+ "record_date": {
+ "description": "Date of the record",
+ "type": "string"
+ },
+ "table_name": {
+ "description": "Table name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_available": {
+ "description": "Total available records in the API",
+ "type": "number"
+ }
+ },
+ "required": [
+ "description",
+ "count",
+ "total_available",
+ "records"
+ ],
+ "type": "object"
+}