changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of records returned",
+ "type": "integer"
+ },
+ "data": {
+ "description": "Livestock inventory and production data",
+ "items": {
+ "properties": {
+ "agg_level": {
+ "description": "Aggregation level",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "commodity": {
+ "description": "Livestock type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "county": {
+ "description": "County name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Livestock statistic description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "frequency": {
+ "description": "Frequency",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "period": {
+ "description": "Reference period",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "stat_category": {
+ "description": "Statistic (INVENTORY, SLAUGHTER, PRODUCTION)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "State name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "unit": {
+ "description": "Unit of measurement",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "value": {
+ "description": "Livestock count or production value",
+ "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"
+}