You're viewing a demo portfolio

Join the waitlist
PRSM

introspection_system_diff

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Compare a node's evidence against a baseline date. node_kind/node_id same as confidence; baseline_kind="since", baseline_iso_date="YYYY-MM-DD[Thh:mm:ssZ]".

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "node_kind",
    "node_id",
    "baseline_kind",
    "baseline_iso_date"
  ],
  "properties": {
    "node_id": {
      "type": "string",
      "minLength": 1
    },
    "node_kind": {
      "enum": [
        "artifact",
        "tool",
        "tenant"
      ],
      "type": "string"
    },
    "baseline_kind": {
      "type": "string",
      "const": "since"
    },
    "baseline_iso_date": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}(T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z?)?$"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →