TM Forum · Schema

ResourceRef_FVO

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

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

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