changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of solicitations returned",
+ "type": "number"
+ },
+ "keyword": {
+ "description": "Search keyword used",
+ "type": "string"
+ },
+ "open_only": {
+ "description": "Whether only open solicitations were returned",
+ "type": "boolean"
+ },
+ "solicitations": {
+ "items": {
+ "properties": {
+ "agency": {
+ "description": "Sponsoring agency",
+ "type": "string"
+ },
+ "branch": {
+ "description": "Agency branch",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "close_date": {
+ "description": "Closing date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Description of the solicitation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "open_date": {
+ "description": "Opening date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phase": {
+ "description": "Funding phase",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "program": {
+ "description": "Program name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "solicitation_id": {
+ "description": "Unique solicitation identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "topic_number": {
+ "description": "Topic number identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "topic_title": {
+ "description": "Title of the solicitation topic",
+ "type": "string"
+ },
+ "url": {
+ "description": "Link to solicitation details",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "topic_title",
+ "agency"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "keyword",
+ "open_only",
+ "count",
+ "solicitations"
+ ],
+ "type": "object"
+}