changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "analysis": {
+ "description": "Analysis type identifier",
+ "enum": [
+ "contractor_profile"
+ ],
+ "type": "string"
+ },
+ "company": {
+ "description": "Company name queried",
+ "type": "string"
+ },
+ "federal_awards": {
+ "description": "USAspending award history results",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "recipient_profile": {
+ "description": "USAspending recipient profile data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "sam_registration": {
+ "description": "SAM.gov entity registration data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "sbir_sttr_awards": {
+ "description": "SBIR/STTR award history results",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis",
+ "company",
+ "sam_registration",
+ "federal_awards",
+ "sbir_sttr_awards",
+ "recipient_profile"
+ ],
+ "type": "object"
+}