changedOutput schema / properties / data / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "benchmark_dataset_versions": {
- "description": "Array of benchmark dataset versions used; '[]' for legacy rows."
- },
- "content_hash": {
- "type": "string"
- },
- "engine_version": {
- "description": "Engine version stamp at signing time. Sentinel 'unknown (pre-2026-05)' for legacy rows.",
- "type": "string"
- },
- "evidence_count": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "format": {
- "description": "Export format: 'pdf' or 'xlsx'.",
- "type": "string"
- },
- "indication": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "methodology_version": {
- "description": "Methodology version stamp at signing time, e.g. 'methodology@2026-04'.",
- "type": "string"
- },
- "modality": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "org": {
- "description": "Anonymized originating-org identifier, or display name if the org opted into public attribution.",
- "type": "string"
- },
- "signed_at": {
- "description": "ISO 8601 timestamp the artifact was signed by the engine.",
- "type": "string"
- },
- "status": {
- "const": "valid",
- "type": "string"
- }
- },
- "required": [
- "status",
- "content_hash",
- "signed_at",
- "methodology_version",
- "engine_version",
- "benchmark_dataset_versions",
- "format",
- "org",
- "indication",
- "modality",
- "evidence_count"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "message": {
- "type": "string"
- },
- "status": {
- "const": "unknown",
- "type": "string"
- }
- },
- "required": [
- "status",
- "message"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "benchmark_dataset_versions": {
+ "description": "Array of benchmark dataset versions used; '[]' for legacy rows."
+ },
+ "content_hash": {
+ "type": "string"
+ },
+ "engine_version": {
+ "description": "Engine version stamp at signing time. Sentinel 'unknown (pre-2026-05)' for legacy rows.",
+ "type": "string"
+ },
+ "evidence_count": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "format": {
+ "description": "Export format: 'pdf' or 'xlsx'.",
+ "type": "string"
+ },
+ "indication": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "methodology_version": {
+ "description": "Methodology version stamp at signing time, e.g. 'methodology@2026-04'.",
+ "type": "string"
+ },
+ "modality": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "org": {
+ "description": "Anonymized originating-org identifier, or display name if the org opted into public attribution.",
+ "type": "string"
+ },
+ "signals_used": {
+ "description": "Reviewed drug-specific signal provenance included in the signed content hash; [] for none or legacy rows."
+ },
+ "signed_at": {
+ "description": "ISO 8601 timestamp the artifact was signed by the engine.",
+ "type": "string"
+ },
+ "status": {
+ "const": "valid",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "content_hash",
+ "signed_at",
+ "methodology_version",
+ "engine_version",
+ "benchmark_dataset_versions",
+ "signals_used",
+ "format",
+ "org",
+ "indication",
+ "modality",
+ "evidence_count"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "status": {
+ "const": "unknown",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "message"
+ ],
+ "type": "object"
+ }
+]