Skip to content

Commit

Permalink
Update description and Remove some internal properties (#3)
Browse files Browse the repository at this point in the history
Update description and Remove some internal properties
  • Loading branch information
xiaojinghe authored Dec 11, 2017
1 parent bdcd117 commit 083f909
Showing 1 changed file with 2 additions and 27 deletions.
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

0 comments on commit 083f909

Please sign in to comment.