changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of records returned",
+ "type": "integer"
+ },
+ "data": {
+ "description": "Weekly crop progress and condition reports",
+ "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": "Progress metric description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "frequency": {
+ "description": "Always WEEKLY",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "period": {
+ "description": "Week reference period",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "stat_category": {
+ "description": "Progress stage (e.g., PLANTED, EMERGED, CONDITION)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "State name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "unit": {
+ "description": "Unit (e.g., PCT, rating category)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "value": {
+ "description": "Progress percentage or condition rating",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "year": {
+ "description": "Year",
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "truncated": {
+ "description": "True if results exceed 200 records",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "count",
+ "data",
+ "truncated"
+ ],
+ "type": "object"
+}