addedOutput schema / properties / discovery / properties
Added value: +{
+ "generated_at": {
+ "description": "UTC end of the observed discovery window.",
+ "type": "string"
+ },
+ "integrity": {
+ "additionalProperties": {},
+ "properties": {
+ "historical_source_backfill": {
+ "type": "boolean"
+ },
+ "note": {
+ "type": "string"
+ },
+ "registry_directory_infrastructure_not_real_agents": {
+ "type": "boolean"
+ },
+ "source_attribution_model": {
+ "type": "string"
+ },
+ "unknown_external_not_promoted": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "source_attribution_model",
+ "registry_directory_infrastructure_not_real_agents",
+ "unknown_external_not_promoted",
+ "historical_source_backfill",
+ "note"
+ ],
+ "type": "object"
+ },
+ "property_id": {
+ "description": "Product/property ID.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "schema_version": {
+ "description": "Discovery-intelligence schema version.",
+ "type": "string"
+ },
+ "sources": {
+ "description": "Per-source discovery and linked relationship evidence.",
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "average_confidence": {
+ "anyOf": [
+ {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "discoveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "evaluated_agents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "evaluation_rate": {
+ "anyOf": [
+ {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "identified_agents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "infrastructure": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "label": {
+ "description": "Human-readable source label.",
+ "type": "string"
+ },
+ "paying_agents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "paying_rate": {
+ "anyOf": [
+ {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "qualified_discoveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "source": {
+ "description": "Normalized observed discovery source.",
+ "type": "string"
+ },
+ "source_class": {
+ "description": "Evidence class such as qualified_external or infrastructure.",
+ "type": "string"
+ },
+ "synthetic_or_internal": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unresolved_external": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "source",
+ "label",
+ "source_class",
+ "discoveries",
+ "qualified_discoveries",
+ "unresolved_external",
+ "infrastructure",
+ "synthetic_or_internal",
+ "average_confidence",
+ "identified_agents",
+ "evaluated_agents",
+ "paying_agents",
+ "evaluation_rate",
+ "paying_rate"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "additionalProperties": {},
+ "description": "Discovery totals kept separate by evidence class.",
+ "properties": {
+ "countable_evaluations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "identified_agents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "infrastructure_discoveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "qualified_discoveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "source_linked_evaluations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "synthetic_or_internal_discoveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unattributed_countable_evaluations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unknown_external_evaluations": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unresolved_external_discoveries": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "qualified_discoveries",
+ "unresolved_external_discoveries",
+ "infrastructure_discoveries",
+ "synthetic_or_internal_discoveries",
+ "identified_agents",
+ "countable_evaluations",
+ "source_linked_evaluations",
+ "unattributed_countable_evaluations",
+ "unknown_external_evaluations"
+ ],
+ "type": "object"
+ },
+ "window": {
+ "additionalProperties": {},
+ "properties": {
+ "current_day_partial": {
+ "description": "True because the current day may still be in progress.",
+ "type": "boolean"
+ },
+ "end": {
+ "description": "UTC end of the discovery lookback.",
+ "type": "string"
+ },
+ "lookback_days": {
+ "description": "Requested trailing-day count.",
+ "maximum": 90,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "start": {
+ "description": "UTC start of the discovery lookback.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end",
+ "lookback_days",
+ "current_day_partial"
+ ],
+ "type": "object"
+ }
+}