Texecom Event Schemas

JSON Schema Documentation

Identity Service Event Types

Event types emitted by the identity service.

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

$id https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.0.0.json
Title Identity Service Event Types
Description Event types emitted by the identity service.
TypeString
Enum
  • installer.created
  • installer.updated
  • installer.deleted

Schema

{
    "$id": "https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.0.0.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "title": "Identity Service Event Types",
    "description": "Event types emitted by the identity service.",
    "type": "string",
    "enum": [
        "installer.created",
        "installer.updated",
        "installer.deleted"
    ]
}