Quickstats Api Param Values Response Structure

Response containing all valid values for a parameter.

Type: object Properties: 1
AgricultureFederal GovernmentStatisticsOpen DataGeospatial

Parameter Values Response is a JSON Structure definition published by Agricultural Statistics Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

param_values

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agricultural-statistics-service/refs/heads/main/json-structure/quickstats-api-param-values-response-structure.json",
  "name": "Parameter Values Response",
  "description": "Response containing all valid values for a parameter.",
  "type": "object",
  "properties": {
    "param_values": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of valid values for the requested parameter.",
      "example": [
        "CORN",
        "SOYBEANS",
        "WHEAT"
      ]
    }
  }
}