{
  "description": "真实订单字段模板，不含真实记录。私有信息应保存在独立需求表，公开前获得授权并脱敏。",
  "schemaVersion": "1.0",
  "privateRequestFields": {
    "requestId": null,
    "name": null,
    "phone": null,
    "district": null,
    "description": null,
    "consentAt": null,
    "status": "draft",
    "createdAt": null
  },
  "publicOrderTemplate": {
    "id": null,
    "dataStatus": "verified_order",
    "city": "济南",
    "district": null,
    "serviceId": null,
    "problemId": null,
    "providerId": null,
    "sourceType": null,
    "sourceId": null,
    "diagnosis": null,
    "quotedAmount": null,
    "confirmedAt": null,
    "finalAmount": null,
    "currency": "CNY",
    "feeBreakdown": [],
    "completedAt": null,
    "evidenceRefs": [],
    "publicationConsent": false,
    "recordedAt": null,
    "updatedAt": null
  },
  "statisticalRules": {
    "excludeStatuses": [
      "synthetic_example",
      "cancelled",
      "test",
      "unresolved_dispute"
    ],
    "minimumSampleForMedian": 10,
    "publishPersonalData": false
  }
}