TM Forum · Schema

ItemActionType

action to be performed on the entity managed by the item

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-itemactiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ItemActionType",
  "title": "ItemActionType",
  "enum": [
    "add",
    "modify",
    "delete",
    "noChange"
  ],
  "type": "string",
  "description": "action to be performed on the entity managed by the item"
}