{ "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" }