changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "properties": {
+ "rating": {
+ "type": "number"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "user_ratings_total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "rating",
+ "source_url",
+ "user_ratings_total"
+ ],
+ "type": "object"
+ },
+ "evidence": {
+ "items": {
+ "properties": {
+ "checked_at": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "url",
+ "checked_at"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "canonical_url": {
+ "type": "string"
+ },
+ "entity_id": {
+ "type": "string"
+ },
+ "last_updated": {
+ "type": "string"
+ },
+ "source_status": {
+ "enum": [
+ "verified",
+ "published"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "entity_id",
+ "canonical_url",
+ "source_status"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "data",
+ "meta",
+ "evidence"
+ ],
+ "type": "object"
+}