addedInput schema / properties / payload / properties
Added value: +{
+ "decision_stage": {
+ "description": "Idea, pre-entry, pilot, launch, expansion, or scale stage.",
+ "type": "string"
+ },
+ "evidence_items": {
+ "description": "Alias for evidence_pack when the host already uses this field name.",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "evidence_pack": {
+ "description": "Evidence items available for the decision.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "claim": {
+ "type": "string"
+ },
+ "evidence_type": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "source_date": {
+ "type": "string"
+ },
+ "source_grade": {
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "stakeholder_class": {
+ "type": "string"
+ },
+ "verification_status": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "market_scope": {
+ "additionalProperties": true,
+ "description": "Geography in which the evidence must be valid.",
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "corridor": {
+ "type": "string"
+ },
+ "country": {
+ "type": "string"
+ },
+ "region": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "subject": {
+ "additionalProperties": true,
+ "description": "Resolved or supplied entity under assessment.",
+ "properties": {
+ "entity_archetype": {
+ "type": "string"
+ },
+ "entity_name": {
+ "type": "string"
+ },
+ "sector": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "target_claim": {
+ "description": "Claim or readiness question the evidence is meant to support.",
+ "type": "string"
+ }
+}