SAM.gov · JSON Structure

Sam Gov Opportunity Structure

JSON structure documentation for a SAM.gov federal contract opportunity

Type: object Properties: 0
Federal GovernmentProcurementContractsEntity ManagementLocation ServicesGSA

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

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "SAM.gov Contract Opportunity Structure",
  "description": "JSON structure documentation for a SAM.gov federal contract opportunity",
  "type": "object",
  "structure": {
    "noticeId": "string - Unique notice identifier [required]",
    "title": "string - Opportunity title [required]",
    "solicitationNumber": "string - Solicitation number",
    "type": "string - Notice type (Presolicitation|Solicitation|Award Notice|Special Notice|Sources Sought|etc.) [required]",
    "archiveDate": "string(date) - Archive date",
    "naicsCode": "string - NAICS code",
    "classificationCode": "string - FSC/PSC code",
    "department": {
      "departmentId": "string - Department identifier",
      "departmentName": "string - Department name",
      "subTier": "string - Sub-tier agency",
      "office": "string - Contracting office"
    },
    "officeAddress": {
      "city": "string - Office city",
      "state": "string - Office state",
      "zip": "string - Office ZIP",
      "countryCode": "string - Office country code"
    },
    "placeOfPerformance": {
      "city": {
        "code": "string - City code",
        "name": "string - City name"
      },
      "state": {
        "code": "string - State code",
        "name": "string - State name"
      },
      "country": {
        "code": "string - Country code",
        "name": "string - Country name"
      },
      "zip": "string - ZIP code"
    },
    "description": "string - Full opportunity description",
    "setAside": {
      "setAsideCode": "string - Set-aside code",
      "setAsideDescription": "string - Set-aside description"
    },
    "responseDeadLine": "string(date-time) - Response deadline",
    "active": "string(Yes|No) - Active status",
    "award": {
      "date": "string(date) - Award date",
      "number": "string - Award number",
      "amount": "string - Award amount",
      "awardee": {
        "name": "string - Awardee company name",
        "ueiSAM": "string - Unique Entity Identifier"
      }
    },
    "uiLink": "string(uri) - SAM.gov URL",
    "postedDate": "string(date) - Posted date",
    "modifiedDate": "string(date) - Modified date"
  }
}