changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "active": {
+ "description": "Active status indicator",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "archive_date": {
+ "description": "Archive date if applicable",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "archive_type": {
+ "description": "Archive type if applicable",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "classification_code": {
+ "description": "Classification code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "department": {
+ "description": "Procuring department/agency",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Full opportunity description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "naics_code": {
+ "description": "Primary NAICS code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "office": {
+ "description": "Procuring office name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "organization_type": {
+ "description": "Type of procuring organization",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "point_of_contact": {
+ "description": "List of points of contact for the opportunity",
+ "items": {
+ "properties": {
+ "email": {
+ "description": "Contact email address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Contact person full name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phone": {
+ "description": "Contact phone number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Contact person title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Contact type designation",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "posted_date": {
+ "description": "Date opportunity was posted",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "resource_links": {
+ "description": "URLs to opportunity documents and resources",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "response_deadline": {
+ "description": "Proposal response deadline",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "set_aside": {
+ "description": "Small business set-aside type if applicable",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "solicitation_number": {
+ "description": "Unique solicitation identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sub_tier": {
+ "description": "Sub-tier agency code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Opportunity title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Procurement type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ui_link": {
+ "description": "URL to opportunity details on SAM.gov",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}