addedOutput schema / properties / citations / items / properties / provenance
Added value: +{
+ "description": "Origin of one record: stable id, clean canonical URL, publisher, the exact published revision served, a ready citation, primary sources and review status.",
+ "properties": {
+ "canonical_url": {
+ "description": "Published location without tracking parameters.",
+ "format": "uri",
+ "type": "string"
+ },
+ "cite_as": {
+ "type": "string"
+ },
+ "contract": {
+ "const": "wiki-provenance/1",
+ "type": "string"
+ },
+ "id": {
+ "description": "<locale>:<slug> for an article, <dataset>:<record id> for a dataset row.",
+ "type": "string"
+ },
+ "primary_sources": {
+ "items": {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "publisher": {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "verification_status": {
+ "enum": [
+ "verified",
+ "pending",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "version": {
+ "description": "Revision of exactly the material served: article snapshot content hash (the HTML ETag value) or dataset version. Null when unknown.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "contract",
+ "id",
+ "canonical_url",
+ "publisher",
+ "version",
+ "cite_as",
+ "primary_sources",
+ "verification_status"
+ ],
+ "type": "object"
+}
changedOutput schema / properties / citations / items / required
Previous value: -[
- "slug",
- "url"
-]New value: +[
+ "slug",
+ "url",
+ "provenance"
+]
addedOutput schema / properties / suggestedReading / items / properties / provenance
Added value: +{
+ "description": "Origin of one record: stable id, clean canonical URL, publisher, the exact published revision served, a ready citation, primary sources and review status.",
+ "properties": {
+ "canonical_url": {
+ "description": "Published location without tracking parameters.",
+ "format": "uri",
+ "type": "string"
+ },
+ "cite_as": {
+ "type": "string"
+ },
+ "contract": {
+ "const": "wiki-provenance/1",
+ "type": "string"
+ },
+ "id": {
+ "description": "<locale>:<slug> for an article, <dataset>:<record id> for a dataset row.",
+ "type": "string"
+ },
+ "primary_sources": {
+ "items": {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "publisher": {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "verification_status": {
+ "enum": [
+ "verified",
+ "pending",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "version": {
+ "description": "Revision of exactly the material served: article snapshot content hash (the HTML ETag value) or dataset version. Null when unknown.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "contract",
+ "id",
+ "canonical_url",
+ "publisher",
+ "version",
+ "cite_as",
+ "primary_sources",
+ "verification_status"
+ ],
+ "type": "object"
+}
changedOutput schema / properties / suggestedReading / items / required
Previous value: -[
- "slug",
- "url"
-]New value: +[
+ "slug",
+ "url",
+ "provenance"
+]