TM Forum · Schema

ResourceRef

Resource reference, for when Resource is used by other entities.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-resourceref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceRef",
  "title": "ResourceRef",
  "type": "object",
  "description": "Resource reference, for when Resource is used by other entities.",
  "allOf": [
    {
      "$ref": "#/components/schemas/EntityRef"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "ResourceRef": "#/components/schemas/ResourceRef"
    }
  }
}