Archer Daniels Midland · JSON Structure

Archer Daniels Midland Commodity Data Api Location Structure

Type: object Properties: 8
AgricultureFood ProcessingCommoditiesSupply ChainFortune 100Nutrition

Location is a JSON Structure definition published by Archer Daniels Midland, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name type country state city latitude longitude

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Location identifier",
      "example": "ADM-DEC-001"
    },
    "name": {
      "type": "string",
      "description": "Facility name",
      "example": "Decatur Processing Complex"
    },
    "type": {
      "type": "string",
      "description": "Facility type",
      "enum": [
        "processing-plant",
        "grain-elevator",
        "distribution-center",
        "port"
      ],
      "example": "processing-plant"
    },
    "country": {
      "type": "string",
      "description": "Country code (ISO 3166-1 alpha-2)",
      "example": "US"
    },
    "state": {
      "type": "string",
      "description": "State or region",
      "example": "IL"
    },
    "city": {
      "type": "string",
      "description": "City",
      "example": "Decatur"
    },
    "latitude": {
      "type": "double",
      "description": "Geographic latitude",
      "example": 39.8403
    },
    "longitude": {
      "type": "double",
      "description": "Geographic longitude",
      "example": -88.9548
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archer-daniels-midland/refs/heads/main/json-structure/archer-daniels-midland-commodity-data-api-location-structure.json",
  "name": "Location"
}