SAM.gov · JSON Structure

Sam Gov City Structure

JSON structure documentation for the SAM.gov city entity from the Location Services API

Type: object Properties: 0
Federal GovernmentProcurementContractsEntity ManagementLocation ServicesGSA

Sam Gov City Structure is a JSON Structure definition published by SAM.gov.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "SAM.gov City Structure",
  "description": "JSON structure documentation for the SAM.gov city entity from the Location Services API",
  "type": "object",
  "structure": {
    "cityCode": "string - SAM.gov city code [required]",
    "cityName": "string - Full city name [required]",
    "stateCode": "string - State/province code",
    "stateName": "string - Full state/province name",
    "countyCode": "string - County code",
    "countyName": "string - County name",
    "countryCode": "string(ISO 3166-1) - Country code [required]",
    "countryName": "string - Full country name",
    "activeInd": "string(Y|N) - Active indicator"
  }
}