removedOutput schema / properties / data / properties / activity / items / oneOf
Removed value: -[
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "follow",
- "type": "string"
- },
- "clusters": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "name"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "detectedAt": {
- "type": "string"
- },
- "eventTime": {
- "additionalProperties": false,
- "properties": {
- "reason": {
- "const": "not_stated",
- "type": "string"
- },
- "status": {
- "const": "unknown",
- "type": "string"
- }
- },
- "required": [
- "status",
- "reason"
- ],
- "type": "object"
- },
- "headline": {
- "type": "string"
- },
- "occurredAt": {
- "type": "string"
- }
- },
- "required": [
- "detectedAt",
- "occurredAt",
- "action",
- "eventTime"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "enum": [
- "observation",
- "official_statement",
- "correction",
- "merge"
- ],
- "type": "string"
- },
- "clusters": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "name"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "detectedAt": {
- "type": "string"
- },
- "eventTime": {
- "oneOf": [
- {
- "additionalProperties": false,
- "properties": {
- "at": {
- "type": "string"
- },
- "precision": {
- "enum": [
- "instant",
- "day",
- "week",
- "month"
- ],
- "type": "string"
- },
- "relationToSource": {
- "enum": [
- "current",
- "historical",
- "future"
- ],
- "type": "string"
- },
- "status": {
- "const": "instant",
- "type": "string"
- }
- },
- "required": [
- "status",
- "at",
- "precision",
- "relationToSource"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "endAt": {
- "type": "string"
- },
- "precision": {
- "enum": [
- "day",
- "week",
- "month"
- ],
- "type": "string"
- },
- "relationToSource": {
- "enum": [
- "current",
- "historical",
- "future"
- ],
- "type": "string"
- },
- "startAt": {
- "type": "string"
- },
- "status": {
- "const": "interval",
- "type": "string"
- }
- },
- "required": [
- "status",
- "startAt",
- "endAt",
- "precision",
- "relationToSource"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "relationToSource": {
- "enum": [
- "before_post",
- "after_post",
- "around_post"
- ],
- "type": "string"
- },
- "status": {
- "const": "relative_unresolved",
- "type": "string"
- }
- },
- "required": [
- "status",
- "relationToSource"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "reason": {
- "enum": [
- "not_stated",
- "ambiguous",
- "ongoing"
- ],
- "type": "string"
- },
- "status": {
- "const": "unknown",
- "type": "string"
- }
- },
- "required": [
- "status",
- "reason"
- ],
- "type": "object"
- }
- ]
- },
- "headline": {
- "type": "string"
- },
- "occurredAt": {
- "type": "string"
- },
- "sentiment": {
- "additionalProperties": false,
- "properties": {
- "value": {
- "enum": [
- "positive",
- "neutral",
- "negative"
- ],
- "type": "string"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- "source": {
- "additionalProperties": false,
- "properties": {
- "official": {
- "type": "boolean"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url",
- "official"
- ],
- "type": "object"
- }
- },
- "required": [
- "detectedAt",
- "occurredAt",
- "action"
- ],
- "type": "object"
- }
-]
addedOutput schema / properties / data / properties / activity / items / properties
Added value: +{
+ "action": {
+ "enum": [
+ "observation",
+ "official_statement",
+ "correction",
+ "merge"
+ ],
+ "type": "string"
+ },
+ "clusters": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "detectedAt": {
+ "type": "string"
+ },
+ "eventTime": {
+ "oneOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "at": {
+ "type": "string"
+ },
+ "precision": {
+ "enum": [
+ "instant",
+ "day",
+ "week",
+ "month"
+ ],
+ "type": "string"
+ },
+ "relationToSource": {
+ "enum": [
+ "current",
+ "historical",
+ "future"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "const": "instant",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "at",
+ "precision",
+ "relationToSource"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "endAt": {
+ "type": "string"
+ },
+ "precision": {
+ "enum": [
+ "day",
+ "week",
+ "month"
+ ],
+ "type": "string"
+ },
+ "relationToSource": {
+ "enum": [
+ "current",
+ "historical",
+ "future"
+ ],
+ "type": "string"
+ },
+ "startAt": {
+ "type": "string"
+ },
+ "status": {
+ "const": "interval",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "startAt",
+ "endAt",
+ "precision",
+ "relationToSource"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "relationToSource": {
+ "enum": [
+ "before_post",
+ "after_post",
+ "around_post"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "const": "relative_unresolved",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "relationToSource"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "reason": {
+ "enum": [
+ "not_stated",
+ "ambiguous",
+ "ongoing"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "const": "unknown",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "reason"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "headline": {
+ "type": "string"
+ },
+ "occurredAt": {
+ "type": "string"
+ },
+ "sentiment": {
+ "additionalProperties": false,
+ "properties": {
+ "value": {
+ "enum": [
+ "positive",
+ "neutral",
+ "negative"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ "source": {
+ "additionalProperties": false,
+ "properties": {
+ "official": {
+ "type": "boolean"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "official"
+ ],
+ "type": "object"
+ }
+}