Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@
}
},
"location": {
"description" : "Location of local news",
"readOnly": true,
"type": "string"
}
Expand Down Expand Up @@ -777,21 +778,6 @@
"readOnly": true,
"type": "string"
},
"sameAs": {
"readOnly": true,
"type": "array",
"items": {
"type": "string"
}
},
"wikipediaId": {
"readOnly": true,
"type": "string"
},
"freebaseId": {
"readOnly": true,
"type": "string"
},
"alternateName": {
"description": "An alias for the item",
"readOnly": true,
Expand All @@ -801,14 +787,6 @@
"description": "An ID that uniquely identifies this item.",
"readOnly": true,
"type": "string"
},
"satoriId": {
"readOnly": true,
"type": "string"
},
"ypId": {
"readOnly": true,
"type": "string"
}
}
},
Expand Down Expand Up @@ -909,6 +887,7 @@
"type": "string"
},
"video": {
"description": "A video of the item.",
"$ref": "#/definitions/VideoObject",
"readOnly": true
}
Expand Down Expand Up @@ -1050,10 +1029,6 @@
"isSuperfresh": {
"readOnly": true,
"type": "boolean"
},
"isFromVerifiedSource": {
"readOnly": true,
"type": "boolean"
}
}
},
Expand Down