changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "awards": {
+ "items": {
+ "properties": {
+ "agency": {
+ "description": "Funding agency",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "award_date": {
+ "description": "Award date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "award_id": {
+ "description": "NSF award ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "awardee": {
+ "description": "Awardee institution name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "awardee_city": {
+ "description": "Awardee city",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "awardee_country": {
+ "description": "Awardee country code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "awardee_state": {
+ "description": "Awardee US state code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cfda_number": {
+ "description": "CFDA program number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "estimated_total": {
+ "description": "Estimated total award amount",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "expiration_date": {
+ "description": "Award expiration date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "funds_obligated": {
+ "description": "Funds obligated amount",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "nsf_url": {
+ "description": "URL to NSF award search page",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pi": {
+ "description": "Principal Investigator name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "program": {
+ "description": "NSF program name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "start_date": {
+ "description": "Award start date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Award title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "transaction_type": {
+ "description": "Transaction type",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "award_id",
+ "title",
+ "pi",
+ "awardee",
+ "awardee_city",
+ "awardee_state",
+ "awardee_country",
+ "funds_obligated",
+ "estimated_total",
+ "start_date",
+ "expiration_date",
+ "award_date",
+ "agency",
+ "program",
+ "cfda_number",
+ "transaction_type",
+ "nsf_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "note": {
+ "description": "Pagination note about NSF API limits",
+ "type": "string"
+ },
+ "returned": {
+ "description": "Number of awards returned in this page",
+ "type": "number"
+ }
+ },
+ "required": [
+ "returned",
+ "note",
+ "awards"
+ ],
+ "type": "object"
+}