addedInput schema / examples
Added value: +[
+ {
+ "agencies": "EPA,NOAA",
+ "funding_categories": "ENV",
+ "keyword": "climate resilience",
+ "limit": 25,
+ "status": "posted"
+ },
+ {
+ "aln": "47.041",
+ "keyword": "research",
+ "limit": 50,
+ "offset": 0,
+ "status": "posted|forecasted"
+ }
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "opportunities": {
+ "description": "List of opportunity search results",
+ "items": {
+ "properties": {
+ "agency": {
+ "description": "Agency name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "agency_code": {
+ "description": "Agency code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "assistance_listing_numbers": {
+ "description": "Assistance listing numbers (formerly CFDA)",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "close_date": {
+ "description": "Opportunity close date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "doc_type": {
+ "description": "Document type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "grants_gov_url": {
+ "description": "Direct link to opportunity on Grants.gov",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Numeric opportunity ID",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "number": {
+ "description": "Opportunity number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "open_date": {
+ "description": "Opportunity open date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Opportunity status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Opportunity title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of opportunities returned in this response",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total number of opportunities matching search criteria",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "opportunities"
+ ],
+ "type": "object"
+}