changedOutput schema / properties / coverage / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "citation": {
- "additionalProperties": false,
- "properties": {
- "publisher": {
- "type": "string"
- },
- "retrieved_at": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url",
- "publisher",
- "retrieved_at"
- ],
- "type": "object"
- },
- "data": {
- "additionalProperties": {},
- "description": "Source-specific payload; inspect units, observation dates, nulls and source notes.",
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "display_label": {
- "type": "string"
- },
- "domain": {
- "type": "string"
- },
- "freshness": {
- "additionalProperties": false,
- "properties": {
- "age_seconds": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "expires_at": {
- "type": "string"
- },
- "meaning": {
- "type": "string"
- },
- "observed_at": {
- "type": "string"
- }
- },
- "required": [
- "observed_at",
- "expires_at",
- "age_seconds",
- "meaning"
- ],
- "type": "object"
- },
- "id": {
- "type": "string"
- },
- "provenance": {
- "additionalProperties": false,
- "properties": {
- "content_sha256": {
- "type": "string"
- },
- "independently_verified": {
- "const": false,
- "description": "Official-source checks are not independent factual corroboration.",
- "type": "boolean"
- },
- "license": {
- "type": "string"
- },
- "retrieved_at": {
- "type": "string"
- },
- "source_id": {
- "type": "string"
- },
- "source_name": {
- "type": "string"
- },
- "source_url": {
- "type": "string"
- },
- "valid_until": {
- "type": "string"
- },
- "verification_level": {
- "enum": [
- "official_source_and_schema_checked",
- "method_specific"
- ],
- "type": "string"
- },
- "verification_method": {
- "type": "string"
- },
- "verification_scope": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "verified_at": {
- "type": "string"
- }
- },
- "required": [
- "source_id",
- "source_name",
- "source_url",
- "license",
- "retrieved_at",
- "verified_at",
- "valid_until",
- "verification_method",
- "content_sha256",
- "verification_level",
- "independently_verified",
- "verification_scope"
- ],
- "type": "object"
- }
- },
- "required": [
- "id",
- "domain",
- "data",
- "freshness",
- "citation",
- "provenance"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "citation": {
+ "additionalProperties": false,
+ "properties": {
+ "publisher": {
+ "type": "string"
+ },
+ "retrieved_at": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "publisher",
+ "retrieved_at"
+ ],
+ "type": "object"
+ },
+ "data": {
+ "additionalProperties": {},
+ "description": "Source-specific payload; inspect units, observation dates, nulls and source notes.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "display_label": {
+ "type": "string"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "freshness": {
+ "additionalProperties": false,
+ "properties": {
+ "age_seconds": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "expires_at": {
+ "type": "string"
+ },
+ "meaning": {
+ "type": "string"
+ },
+ "observed_at": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "observed_at",
+ "expires_at",
+ "age_seconds",
+ "meaning"
+ ],
+ "type": "object"
+ },
+ "id": {
+ "type": "string"
+ },
+ "provenance": {
+ "additionalProperties": false,
+ "properties": {
+ "content_sha256": {
+ "type": "string"
+ },
+ "independently_verified": {
+ "const": false,
+ "description": "Official-source checks are not independent factual corroboration.",
+ "type": "boolean"
+ },
+ "license": {
+ "type": "string"
+ },
+ "retrieved_at": {
+ "type": "string"
+ },
+ "source_id": {
+ "type": "string"
+ },
+ "source_name": {
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "valid_until": {
+ "type": "string"
+ },
+ "verification_level": {
+ "enum": [
+ "official_source_and_schema_checked",
+ "public_aggregator_and_schema_checked",
+ "method_specific"
+ ],
+ "type": "string"
+ },
+ "verification_method": {
+ "type": "string"
+ },
+ "verification_scope": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "verified_at": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source_id",
+ "source_name",
+ "source_url",
+ "license",
+ "retrieved_at",
+ "verified_at",
+ "valid_until",
+ "verification_method",
+ "content_sha256",
+ "verification_level",
+ "independently_verified",
+ "verification_scope"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "id",
+ "domain",
+ "data",
+ "freshness",
+ "citation",
+ "provenance"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]