changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "analysis": {
+ "description": "Analysis type identifier",
+ "enum": [
+ "opportunity_scan"
+ ],
+ "type": "string"
+ },
+ "keywords": {
+ "description": "Search keywords used",
+ "type": "string"
+ },
+ "open_opportunities": {
+ "description": "Open government opportunities matching keywords",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "recent_awards_in_space": {
+ "description": "Recent federal awards in this market space",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "sbir_solicitations": {
+ "description": "Active SBIR/STTR solicitations matching keywords",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "set_aside_filter": {
+ "description": "Set-aside type filter applied or 'none'",
+ "type": "string"
+ },
+ "set_aside_opportunities": {
+ "description": "Set-aside specific opportunities (8(a), HUBZone, etc.)",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis",
+ "keywords",
+ "set_aside_filter",
+ "open_opportunities",
+ "set_aside_opportunities",
+ "recent_awards_in_space",
+ "sbir_solicitations"
+ ],
+ "type": "object"
+}