changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "agency": {
+ "description": "Agency name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "agency_code": {
+ "description": "Agency code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "applicant_types": {
+ "description": "List of eligible applicant types",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "archive_date": {
+ "description": "Archive date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "attachments": {
+ "description": "Opportunity attachments and documents",
+ "items": {
+ "properties": {
+ "download_url": {
+ "description": "URL to download attachment",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "file_name": {
+ "description": "Attachment file name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "folder": {
+ "description": "Attachment folder name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "award_ceiling": {
+ "description": "Maximum award amount",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "award_floor": {
+ "description": "Minimum award amount",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "cfdas": {
+ "description": "CFDA/Assistance Listing Numbers",
+ "items": {
+ "properties": {
+ "number": {
+ "description": "CFDA number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Program title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "closing_date_desc": {
+ "description": "Closing date description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "contact_email": {
+ "description": "Agency contact email address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "contact_name": {
+ "description": "Agency contact person name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "contact_phone": {
+ "description": "Agency contact phone number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "eligibility": {
+ "description": "Eligibility requirements",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "estimated_funding": {
+ "description": "Estimated total funding available",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "expected_awards": {
+ "description": "Expected number of awards",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "funding_categories": {
+ "description": "List of funding activity categories",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "funding_instruments": {
+ "description": "List of funding instrument types",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "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"
+ ]
+ },
+ "posting_date": {
+ "description": "Date opportunity was posted",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "response_date": {
+ "description": "Response submission date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "synopsis": {
+ "description": "Full synopsis description text",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Opportunity title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "number",
+ "title",
+ "agency_code",
+ "agency",
+ "synopsis",
+ "eligibility",
+ "award_ceiling",
+ "award_floor",
+ "estimated_funding",
+ "expected_awards",
+ "funding_instruments",
+ "funding_categories",
+ "applicant_types",
+ "cfdas",
+ "posting_date",
+ "response_date",
+ "closing_date_desc",
+ "archive_date",
+ "contact_name",
+ "contact_email",
+ "contact_phone",
+ "attachments",
+ "grants_gov_url"
+ ],
+ "type": "object"
+}