addedOutput schema / properties / usage_boundary
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "intended_use": {
+ "const": "professional_variant_review",
+ "type": "string"
+ },
+ "not_for": {
+ "items": {
+ "enum": [
+ "patient_diagnosis",
+ "treatment_decision",
+ "standalone_clinical_reporting"
+ ],
+ "type": "string"
+ },
+ "maxItems": 3,
+ "minItems": 3,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "patient_context_evaluated": {
+ "const": false,
+ "type": "boolean"
+ },
+ "result_type": {
+ "const": "automated_variant_level_classification",
+ "type": "string"
+ },
+ "review_required": {
+ "const": true,
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "result_type",
+ "review_required",
+ "patient_context_evaluated",
+ "intended_use",
+ "not_for"
+ ],
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "contract_version",
- "record_url",
- "result",
- "adapter_error"
-]New value: +[
+ "contract_version",
+ "record_url",
+ "result",
+ "usage_boundary",
+ "adapter_error"
+]