removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / options / anyOf
Removed value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / options / default
Removed value: -null
changedInput schema / properties / options / description
Previous value: -"Optional scoring flags such as explanation, thresholds, or runtime options supported by /v1/score."New value: +"Optional scoring flags such as explanation or threshold controls."
removedInput schema / properties / options / examples
Removed value: -[
- {
- "include_explanations": true
- }
-]
addedInput schema / properties / options / type
Added value: +[
+ "object",
+ "null"
+]
removedInput schema / properties / payload / additionalProperties
Removed value: -true
changedInput schema / properties / payload / description
Previous value: -"Structured workflow payload matching the Sentinel /v1/score schema for the selected workflow."New value: +"Structured workflow payload matching Sentinel /v1/score for the selected workflow."
removedInput schema / properties / payload / examples
Removed value: -[
- {
- "external_claim_id": "DENIAL-DEMO-1001",
- "payer_id": 44
- }
-]
changedInput schema / properties / workflow / description
Previous value: -"Workflow identifier to score. Common values include healthcare.denial, healthcare.prior_auth, and healthcare.reimbursement."New value: +"Workflow identifier such as healthcare.denial, healthcare.prior_auth, or healthcare.reimbursement."
removedInput schema / properties / workflow / examples
Removed value: -[
- "healthcare.denial"
-]
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "type": "object"
-}New value: +null