Archer Daniels Midland · JSON Structure

Archer Daniels Midland Commodity Data Api Location List Structure

Type: object Properties: 2
AgricultureFood ProcessingCommoditiesSupply ChainFortune 100Nutrition

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

Properties

locations count

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "locations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "name": {},
          "type": {},
          "country": {},
          "state": {},
          "city": {},
          "latitude": {},
          "longitude": {}
        }
      }
    },
    "count": {
      "type": "int32",
      "description": "Total location count",
      "example": 200
    }
  },
  "$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-list-structure.json",
  "name": "LocationList"
}