changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "agency": {
+ "description": "Federal agency name queried",
+ "type": "string"
+ },
+ "analysis": {
+ "description": "Analysis type identifier",
+ "enum": [
+ "agency_landscape"
+ ],
+ "type": "string"
+ },
+ "recent_awards": {
+ "description": "Recent award contracts from this agency",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "sbir_program": {
+ "description": "SBIR/STTR program statistics for agency",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "spending_overview": {
+ "description": "Agency spending breakdown by category",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "spending_trends": {
+ "description": "Historical spending trends for agency",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis",
+ "agency",
+ "spending_overview",
+ "recent_awards",
+ "sbir_program",
+ "spending_trends"
+ ],
+ "type": "object"
+}