TM Forum · Schema

SocialContactMedium

SocialContactMedium schema from TM Forum API

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tmf632-party-management-social-contact-medium-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-schema/tmf632-party-management-social-contact-medium-schema.json",
  "title": "SocialContactMedium",
  "description": "SocialContactMedium schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/ContactMedium"
    },
    {
      "type": "object",
      "description": "Describes a social media identifier that could be used to contact a party (an individual or an organization)",
      "properties": {
        "socialNetworkId": {
          "type": "string",
          "description": "Identifier as a member of a social network"
        }
      }
    }
  ]
}