TM Forum · Schema

CustomerCreateEventPayload

The event data structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
customer object
View JSON Schema on GitHub

JSON Schema

tm-forum-customercreateeventpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerCreateEventPayload",
  "title": "CustomerCreateEventPayload",
  "type": "object",
  "description": "The event data structure",
  "properties": {
    "customer": {
      "$ref": "#/components/schemas/Customer"
    }
  }
}