changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "awards": {
+ "items": {
+ "properties": {
+ "abstract": {
+ "description": "Award abstract or summary",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "agency": {
+ "description": "Funding agency code",
+ "type": "string"
+ },
+ "award_amount": {
+ "description": "Award amount in dollars",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "award_id": {
+ "description": "Unique award identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "award_title": {
+ "description": "Title of the award",
+ "type": "string"
+ },
+ "award_year": {
+ "description": "Year award was made",
+ "type": [
+ "number",
+ "string",
+ "null"
+ ]
+ },
+ "branch": {
+ "description": "Agency branch or division",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "city": {
+ "description": "City location",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "company": {
+ "description": "Company name",
+ "type": "string"
+ },
+ "phase": {
+ "description": "Funding phase",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "program": {
+ "description": "SBIR/STTR program type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "2-letter state code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "topic_code": {
+ "description": "Topic or program code",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "company",
+ "agency",
+ "award_title"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "company": {
+ "description": "Company name searched",
+ "type": "string"
+ },
+ "count": {
+ "description": "Number of awards returned",
+ "type": "number"
+ }
+ },
+ "required": [
+ "company",
+ "count",
+ "awards"
+ ],
+ "type": "object"
+}