changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "_disclaimer": {
+ "type": "string"
+ },
+ "_intelligence": {
+ "description": "Always-present upsell hook -- not gated by tier",
+ "type": "object"
+ },
+ "checked_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "errors": {
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "keyword": {
+ "type": "string"
+ },
+ "scoring": {
+ "description": "Present only when company_profile was provided",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "sources_searched": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "tenders": {
+ "items": {
+ "properties": {
+ "ai_score": {
+ "description": "Present only when company_profile was provided",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "contracting_authority": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "fit_summary": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "reasons": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "recommendation": {
+ "enum": [
+ "BID",
+ "INVESTIGATE",
+ "SKIP",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "value": {
+ "type": [
+ "string",
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_found": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "keyword",
+ "total_found",
+ "sources_searched",
+ "tenders",
+ "checked_at",
+ "_disclaimer"
+ ],
+ "type": "object"
+}