changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "abstract": {
+ "description": "Award abstract",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "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_address": {
+ "description": "Awardee full address",
+ "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"
+ ]
+ },
+ "co_pi": {
+ "description": "Co-PI names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "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"
+ ]
+ },
+ "outcomes_report": {
+ "description": "Project outcomes report",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "performance_city": {
+ "description": "Performance city",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "performance_location": {
+ "description": "Performance location",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "performance_state": {
+ "description": "Performance state code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "performance_zip": {
+ "description": "Performance ZIP code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pi": {
+ "description": "Principal Investigator name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pi_email": {
+ "description": "PI email address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "program": {
+ "description": "NSF program name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "publications": {
+ "description": "Research and conference publications",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "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",
+ "pi_email",
+ "co_pi",
+ "performance_location",
+ "performance_city",
+ "performance_state",
+ "performance_zip",
+ "awardee_address",
+ "abstract",
+ "outcomes_report",
+ "publications"
+ ],
+ "type": "object"
+}