addedOutput schema / properties / agents / properties
Added value: +{
+ "generated_at": {
+ "description": "UTC generation timestamp.",
+ "type": "string"
+ },
+ "integrity": {
+ "additionalProperties": {},
+ "properties": {
+ "identity_model": {
+ "type": "string"
+ },
+ "invasive_fingerprinting": {
+ "type": "boolean"
+ },
+ "note": {
+ "type": "string"
+ },
+ "summary_scope": {
+ "type": "string"
+ },
+ "unknown_external_excluded": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "identity_model",
+ "unknown_external_excluded",
+ "invasive_fingerprinting",
+ "summary_scope",
+ "note"
+ ],
+ "type": "object"
+ },
+ "property_id": {
+ "description": "Product/property ID.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "relationships": {
+ "description": "Most recently observed countable-external agent relationships.",
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "actor_id": {
+ "description": "Pseudonymous stable actor identifier.",
+ "type": "string"
+ },
+ "confidence": {
+ "description": "Evidence confidence.",
+ "enum": [
+ "confirmed",
+ "probable"
+ ],
+ "type": "string"
+ },
+ "delivered_receipts": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "display_id": {
+ "description": "Short privacy-safe display identifier.",
+ "type": "string"
+ },
+ "first_seen_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "invocation_count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "last_seen_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "relationship_state": {
+ "description": "Observed relationship state, such as engaged_agent or delivered_customer.",
+ "type": "string"
+ },
+ "repeat": {
+ "type": "boolean"
+ },
+ "settled_receipts": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "traffic_class": {
+ "description": "Evidence classification for this observed actor.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "actor_id",
+ "display_id",
+ "traffic_class",
+ "confidence",
+ "first_seen_at",
+ "last_seen_at",
+ "invocation_count",
+ "settled_receipts",
+ "delivered_receipts",
+ "repeat",
+ "relationship_state"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "result_limit": {
+ "description": "Applied relationship-row limit.",
+ "maximum": 200,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "returned_relationships": {
+ "description": "Rows returned after the requested limit.",
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "schema_version": {
+ "description": "Agent-relationships schema version.",
+ "type": "string"
+ },
+ "summary": {
+ "additionalProperties": {},
+ "description": "Summary over returned relationships, not all historical actors.",
+ "properties": {
+ "confirmed_relationships": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "delivered_relationships": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "observed_relationships": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "paying_relationships": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "probable_relationships": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "repeat_relationships": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "observed_relationships",
+ "confirmed_relationships",
+ "probable_relationships",
+ "repeat_relationships",
+ "paying_relationships",
+ "delivered_relationships"
+ ],
+ "type": "object"
+ }
+}