{
  "capability_id": "destination_demand_snapshot",
  "schema_kind": "input",
  "schema_version": "1.0.0",
  "schema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "destination"
    ],
    "properties": {
      "destination": {
        "type": "string",
        "description": "Destination city, market, or country to evaluate."
      },
      "origin_market": {
        "type": "string",
        "description": "Origin market for the demand check.",
        "default": "China"
      },
      "travel_window": {
        "type": "string",
        "description": "Optional YYYY-MM or period label for the check."
      },
      "audience_segment": {
        "type": "string",
        "description": "Optional audience or traveler segment."
      }
    }
  }
}