{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://any.health/contracts/encounter.lifecycle/1/bindings/box-salesforce/request.schema.json",
  "title": "Encounter Lifecycle — Box to Salesforce binding request",
  "description": "Documented request shape for the current customer-specific Box to Salesforce binding. Confirm the deployment-specific interface before integration; this public artifact does not establish deployed validator conformance.",
  "x-any-maturity": "binding",
  "x-any-scope": "current_binding",
  "type": "object",
  "required": ["request_id", "case_id", "box_folder_id"],
  "properties": {
    "request_id": { "type": "string", "minLength": 1 },
    "case_id": { "type": "string", "minLength": 1 },
    "box_folder_id": { "type": "string", "minLength": 1 }
  },
  "additionalProperties": false
}
