changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "limit": {
+ "description": "Number of results returned in this request",
+ "type": "number"
+ },
+ "offset": {
+ "description": "Offset used for pagination",
+ "type": "number"
+ },
+ "opportunities": {
+ "items": {
+ "properties": {
+ "active": {
+ "description": "Active status indicator",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "classification_code": {
+ "description": "Classification code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "department": {
+ "description": "Procuring department/agency",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "naics_code": {
+ "description": "Primary NAICS code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "office": {
+ "description": "Procuring office name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "posted_date": {
+ "description": "Date opportunity was posted",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "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 (presolicitation, solicitation, etc.)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ui_link": {
+ "description": "URL to opportunity details on SAM.gov",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_records": {
+ "description": "Total number of matching opportunities in SAM.gov",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_records",
+ "limit",
+ "offset",
+ "opportunities"
+ ],
+ "type": "object"
+}