SAM.gov · JSON Structure

Sam.Gov Structure

Structural overview of the SAM.gov API surface; extracted from openapi/.

Type: Properties: 0
Federal GovernmentProcurementContractsEntity ManagementLocation ServicesGSA

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

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "SAM.gov",
  "providerId": "sam.gov",
  "kind": "json-structure",
  "description": "Structural overview of the SAM.gov API surface; extracted from openapi/.",
  "schemaCount": 0,
  "operationCount": 3,
  "schemas": [],
  "operations": [
    {
      "method": "GET",
      "path": "/locationservices/v1/cities",
      "operationId": "getCities",
      "summary": "Get List of Cities",
      "tags": [
        "Cities"
      ]
    },
    {
      "method": "GET",
      "path": "/locationservices/v1/states",
      "operationId": "getStates",
      "summary": "Get List of States and Provinces",
      "tags": [
        "States"
      ]
    },
    {
      "method": "GET",
      "path": "/locationservices/v1/zip",
      "operationId": "validateZipCode",
      "summary": "Validate ZIP Code",
      "tags": [
        "ZIP Codes"
      ]
    }
  ]
}