addedInput schema / properties / id / description
Added value: +"The knowledge object's id, as returned by search, answer, get_topic or get_related — the last segment of its canonical URL."
addedOutput schema / properties / entity / properties / media
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "alt": {
+ "type": "string"
+ },
+ "caption": {
+ "type": "string"
+ },
+ "credit": {
+ "type": "string"
+ },
+ "height": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "id": {
+ "type": "string"
+ },
+ "license_spdx": {
+ "type": "string"
+ },
+ "permissions": {
+ "additionalProperties": {
+ "type": "boolean"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "supports": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "width": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "id",
+ "url",
+ "alt",
+ "credit",
+ "license_spdx",
+ "permissions"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / properties / entity / required
Previous value: -[
- "id",
- "type",
- "name",
- "summary",
- "tags",
- "evidence_tier",
- "confidence",
- "last_verified",
- "canonical_url",
- "api_url",
- "questions",
- "claims"
-]New value: +[
+ "id",
+ "type",
+ "name",
+ "summary",
+ "tags",
+ "evidence_tier",
+ "confidence",
+ "last_verified",
+ "canonical_url",
+ "api_url",
+ "questions",
+ "claims",
+ "media"
+]