SerenAI

Pay Per Call Agentic Commerce

FederatedResourceHistoryResponse

Response for a federation history event with optional publisher metadata.

Properties

PropertyTypeRequiredDescription
changed_at string Yes
expires_at string,null No
external_id string Yes
federation_id string,null No
id string Yes
metadata any Yes
operation string Yes
org_database_id string,null No
publisher_id string Yes
publisher_name string,null No
publisher_slug string,null No
resource_type string Yes
status string Yes
View JSON Schema
{
  "type": "object",
  "description": "Response for a federation history event with optional publisher metadata.",
  "required": [
    "id",
    "publisher_id",
    "resource_type",
    "external_id",
    "metadata",
    "status",
    "operation",
    "changed_at"
  ],
  "properties": {
    "changed_at": {
      "type": "string",
      "format": "date-time"
    },
    "expires_at": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "external_id": {
      "type": "string"
    },
    "federation_id": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid"
    },
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "metadata": {},
    "operation": {
      "type": "string"
    },
    "org_database_id": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid"
    },
    "publisher_id": {
      "type": "string",
      "format": "uuid"
    },
    "publisher_name": {
      "type": [
        "string",
        "null"
      ]
    },
    "publisher_slug": {
      "type": [
        "string",
        "null"
      ]
    },
    "resource_type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}