changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "AcquisitionProvenanceOutput": {
- "properties": {
- "fallback_used": {
- "type": "boolean"
- },
- "provider": {
- "type": "string"
- },
- "representation": {
- "type": "string"
- },
- "route": {
- "type": "string"
- },
- "transport": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "CacheAcceptanceSummaryOutput": {
- "properties": {
- "acquisition": {
- "anyOf": [
- {
- "$ref": "#/$defs/AcquisitionProvenanceOutput"
- },
- {
- "type": "null"
- }
- ]
- },
- "asset": {
- "type": "string"
- },
- "content": {
- "type": "string"
- },
- "fetch": {
- "type": "string"
- },
- "identity": {
- "type": "string"
- },
- "output": {
- "type": "string"
- },
- "overall": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "provenance": {
- "type": "string"
- },
- "reason_code": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "status": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "CacheAssetSummaryOutput": {
- "properties": {
- "accepted_preview": {
- "type": "integer"
- },
- "attempted": {
- "type": "integer"
- },
- "audited": {
- "type": "boolean"
- },
- "discovered": {
- "type": "integer"
- },
- "expected": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "failed": {
- "type": "integer"
- },
- "failure_codes": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "fallback_preview": {
- "type": "integer"
- },
- "full_size": {
- "type": "integer"
- },
- "issue_codes": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "local": {
- "type": "integer"
- },
- "not_archived": {
- "type": "integer"
- },
- "placeholder_suspected": {
- "type": "integer"
- },
- "preview": {
- "type": "integer"
- },
- "profile": {
- "type": "string"
- },
- "remote_link_count": {
- "type": "integer"
- },
- "remote_links_preserved": {
- "type": "boolean"
- },
- "remote_only_count": {
- "type": "integer"
- },
- "requested": {
- "type": "boolean"
- },
- "status": {
- "type": "string"
- },
- "total": {
- "type": "integer"
- }
- },
- "type": "object"
- },
- "CacheEntryOutput": {
- "properties": {
- "acquisition": {
- "anyOf": [
- {
- "$ref": "#/$defs/AcquisitionProvenanceOutput"
- },
- {
- "type": "null"
- }
- ]
- },
- "completed_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "content_kind": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "content_sha256": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "doi": {
- "type": "string"
- },
- "has_fulltext": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "id": {
- "type": "string"
- },
- "identity_proof": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "likely_has_fulltext": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "mime": {
- "type": "string"
- },
- "mtime": {
- "type": "number"
- },
- "path": {
- "type": "string"
- },
- "size": {
- "type": "integer"
- },
- "source": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "CacheEntrySummaryOutput": {
- "properties": {
- "by_kind": {
- "additionalProperties": {
- "type": "integer"
- },
- "type": "object"
- },
- "total": {
- "type": "integer"
- }
- },
- "type": "object"
- },
- "CacheSidecarOutput": {
- "properties": {
- "cached_request": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "cached_request_fingerprint": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "expected_extraction_revision": {
- "type": "integer"
- },
- "expected_version": {
- "type": "integer"
- },
- "extraction_revision": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "path": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "payload_satisfies_request": {
- "type": "boolean"
- },
- "reason": {
- "type": "string"
- },
- "reason_code": {
- "type": "string"
- },
- "request_matches": {
- "type": "boolean"
- },
- "request_satisfied": {
- "type": "boolean"
- },
- "request_status": {
- "type": "string"
- },
- "requested_request": {
- "additionalProperties": true,
- "type": "object"
- },
- "requested_request_fingerprint": {
- "type": "string"
- },
- "status": {
- "type": "string"
- },
- "version": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "CacheWarningSummaryOutput": {
- "properties": {
- "failure_codes": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "fallback_codes": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "messages": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "unstructured_warning_count": {
- "type": "integer"
- },
- "warning_codes": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "PreferredCacheEntriesOutput": {
- "properties": {
- "assets": {
- "items": {
- "$ref": "#/$defs/CacheEntryOutput"
- },
- "type": "array"
- },
- "markdown": {
- "anyOf": [
- {
- "$ref": "#/$defs/CacheEntryOutput"
- },
- {
- "type": "null"
- }
- ]
- },
- "primary_payload": {
- "anyOf": [
- {
- "$ref": "#/$defs/CacheEntryOutput"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "ResolvedCandidateOutput": {
- "properties": {
- "author_score": {
- "type": "number"
- },
- "authors": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "doi": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "journal_title": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "landing_page_url": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "provider_hint": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "published": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "score": {
- "type": "number"
- },
- "title": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "title_score": {
- "type": "number"
- },
- "year_score": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "TraceEventOutput": {
- "properties": {
- "attempt": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "attempt_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "code": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "component": {
- "type": "string"
- },
- "duration_ms": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "error_category": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "finished_at": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "http_status": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "message": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "outcome": {
- "type": "string"
- },
- "parent_span_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "provider": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "retry_after_seconds": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "retryable": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "route": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "span_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "stage": {
- "type": "string"
- },
- "started_at": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "target": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "target_sha256": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- }
- },
- "properties": {
- "acceptance": {
- "$ref": "#/$defs/CacheAcceptanceSummaryOutput"
- },
- "acquisition": {
- "anyOf": [
- {
- "$ref": "#/$defs/AcquisitionProvenanceOutput"
- },
- {
- "type": "null"
- }
- ]
- },
- "asset_summary": {
- "$ref": "#/$defs/CacheAssetSummaryOutput"
- },
- "cache_mode": {
- "type": "string"
- },
- "cached_request": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "cached_request_fingerprint": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "candidates": {
- "anyOf": [
- {
- "items": {
- "$ref": "#/$defs/ResolvedCandidateOutput"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "code": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "confidence": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "content_kind": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "detail": {
- "type": "string"
- },
- "details": {
- "additionalProperties": true,
- "type": "object"
- },
- "doi": {
- "type": "string"
- },
- "download_dir": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "entries": {
- "items": {
- "$ref": "#/$defs/CacheEntryOutput"
- },
- "type": "array"
- },
- "entry_summary": {
- "$ref": "#/$defs/CacheEntrySummaryOutput"
- },
- "error_category": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "expected_index_version": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "has_entries": {
- "type": "boolean"
- },
- "has_fulltext": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "http_status": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "identity_status": {
- "type": "string"
- },
- "index_reason": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "index_status": {
- "type": "string"
- },
- "index_version": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "missing_env": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "preferred": {
- "$ref": "#/$defs/PreferredCacheEntriesOutput"
- },
- "preferred_only": {
- "type": "boolean"
- },
- "provider": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "reason": {
- "type": "string"
- },
- "request_satisfied": {
- "type": "boolean"
- },
- "request_status": {
- "type": "string"
- },
- "requested_request": {
- "additionalProperties": true,
- "type": "object"
- },
- "requested_request_fingerprint": {
- "type": "string"
- },
- "retry_after_seconds": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "retryable": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "route": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "schema_version": {
- "type": "integer"
- },
- "scope_status": {
- "type": "string"
- },
- "sidecar": {
- "$ref": "#/$defs/CacheSidecarOutput"
- },
- "source_trail": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "stage": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "status": {
- "type": "string"
- },
- "trace": {
- "items": {
- "$ref": "#/$defs/TraceEventOutput"
- },
- "type": "array"
- },
- "warning_summary": {
- "$ref": "#/$defs/CacheWarningSummaryOutput"
- },
- "warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
-}New value: +null