addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / agency_codes / maxItems
Added value: +100
addedInput schema / properties / statuses / maxItems
Added value: +100
addedOutput schema / properties / error
Added value: +{
+ "type": "object"
+}
changedOutput schema / properties / results / items / properties / agency_name / description
Previous value: -"Owning federal agency."New value: +"Owning federal agency name."
addedOutput schema / properties / results / items / properties / agency_name / title
Added value: +"Agency Name"
changedOutput schema / properties / results / items / properties / agency_name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / award_ceiling / description
Previous value: -"Maximum award amount."New value: +"Maximum award amount in US dollars when supplied."
addedOutput schema / properties / results / items / properties / award_ceiling / title
Added value: +"Award Ceiling"
changedOutput schema / properties / results / items / properties / award_ceiling / type
Previous value: -"number"New value: +[
+ "integer",
+ "null"
+]
changedOutput schema / properties / results / items / properties / award_floor / description
Previous value: -"Minimum award amount."New value: +"Minimum award amount in US dollars when supplied."
addedOutput schema / properties / results / items / properties / award_floor / title
Added value: +"Award Floor"
changedOutput schema / properties / results / items / properties / award_floor / type
Previous value: -"number"New value: +[
+ "integer",
+ "null"
+]
changedOutput schema / properties / results / items / properties / close_date / description
Previous value: -"Application deadline."New value: +"Opportunity closing date in YYYY-MM-DD form."
addedOutput schema / properties / results / items / properties / close_date / title
Added value: +"Close Date"
changedOutput schema / properties / results / items / properties / close_date / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / contact_email / description
Previous value: -"Agency contact email."New value: +"Agency contact email address."
addedOutput schema / properties / results / items / properties / contact_email / title
Added value: +"Contact Email"
changedOutput schema / properties / results / items / properties / contact_email / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / eligibility / description
Previous value: -"Applicant eligibility description."New value: +"Plain-text applicant eligibility description."
addedOutput schema / properties / results / items / properties / eligibility / title
Added value: +"Eligibility"
changedOutput schema / properties / results / items / properties / eligibility / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / estimated_funding / description
Previous value: -"Estimated total program funding."New value: +"Estimated total program funding in US dollars when supplied."
addedOutput schema / properties / results / items / properties / estimated_funding / title
Added value: +"Estimated Funding"
changedOutput schema / properties / results / items / properties / estimated_funding / type
Previous value: -"number"New value: +[
+ "integer",
+ "null"
+]
addedOutput schema / properties / results / items / properties / grants_gov_url / title
Added value: +"Grants.gov URL"
changedOutput schema / properties / results / items / properties / grants_gov_url / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / open_date / description
Previous value: -"Opportunity opening date."New value: +"Opportunity opening date in YYYY-MM-DD form."
addedOutput schema / properties / results / items / properties / open_date / title
Added value: +"Open Date"
changedOutput schema / properties / results / items / properties / open_date / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / results / items / properties / opportunity_number / title
Added value: +"Opportunity Number"
changedOutput schema / properties / results / items / properties / opportunity_number / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / status / description
Previous value: -"Current Grants.gov status."New value: +"Current Grants.gov opportunity status."
addedOutput schema / properties / results / items / properties / status / title
Added value: +"Status"
changedOutput schema / properties / results / items / properties / status / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / title / description
Previous value: -"Official opportunity title."New value: +"Official funding opportunity title."
addedOutput schema / properties / results / items / properties / title / title
Added value: +"Title"
changedOutput schema / properties / results / items / properties / title / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / run
Added value: +{
+ "type": "object"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "success",
+ "empty_unverified",
+ "partial",
+ "error"
+ ],
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "results"
-]New value: +[
+ "results",
+ "status"
+]