changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of records returned",
+ "type": "integer"
+ },
+ "data": {
+ "description": "Crop production and yield data",
+ "items": {
+ "properties": {
+ "agg_level": {
+ "description": "Aggregation level",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "commodity": {
+ "description": "Crop name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "county": {
+ "description": "County name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Statistic description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "frequency": {
+ "description": "Frequency",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "period": {
+ "description": "Reference period",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "stat_category": {
+ "description": "Statistic (PRODUCTION, YIELD, AREA PLANTED, AREA HARVESTED)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "State name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "unit": {
+ "description": "Unit of measurement",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "value": {
+ "description": "Production, yield, or acreage value",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "year": {
+ "description": "Year of the record",
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "truncated": {
+ "description": "True if results exceed 200 records",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "count",
+ "data",
+ "truncated"
+ ],
+ "type": "object"
+}