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 supporting or challenging the target claim.",
+ "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 for the proposed decision.",
+ "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": "Exact claim or readiness question to authorize, limit, or abstain on.",
+ "type": "string"
+ },
+ "target_use": {
+ "description": "Internal planning, pilot design, customer-facing, investor-facing, or rollout use.",
+ "type": "string"
+ }
+}