Texecom Event Schemas

JSON Schema Documentation

Identity Service Event Types

Event types emitted by the identity service. v1.1.0 adds the enrollment credential-lifecycle events (PLAT-449).

$idhttps://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.1.0.json
$schemahttp://json-schema.org/draft-07/schema

$id https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.1.0.json
Title Identity Service Event Types
Description Event types emitted by the identity service. v1.1.0 adds the enrollment credential-lifecycle events (PLAT-449).
TypeString
Enum
  • installer.created
  • installer.updated
  • installer.deleted
  • enrollment.retired
  • factory-pubkey.rotated

Schema

{
    "$id": "https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.1.0.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "title": "Identity Service Event Types",
    "description": "Event types emitted by the identity service. v1.1.0 adds the enrollment credential-lifecycle events (PLAT-449).",
    "type": "string",
    "enum": [
        "installer.created",
        "installer.updated",
        "installer.deleted",
        "enrollment.retired",
        "factory-pubkey.rotated"
    ]
}