请求 JSON 预览
本地校验通过后才允许提交给 API
{
"state": {
"source_field": "company",
"sample_values": [
"Northwind Labs",
"Acme Pte Ltd"
],
"target_fields": [
"company_name",
"display_name",
"organization_id",
"avatar_url"
]
},
"questions": {
"target_field": {
"type": "choice",
"instructions": "Which target field is the best semantic mapping?",
"criteria": {
"company_name": "Human-readable company name",
"display_name": "General display label",
"organization_id": "Stable organization identifier",
"avatar_url": "Image URL",
"no_match": "No compatible field"
}
},
"mapping_confidence": {
"type": "score",
"instructions": "How strong is the semantic evidence for this mapping?",
"criteria": [
"Low",
"Medium",
"High",
"Near certain"
]
},
"needs_confirmation": {
"type": "noul",
"instructions": "Must a user confirm this mapping before import?"
}
}
}