TM Forum · Schema

TargetProductSchema_MVO

The reference object to the schema and type of target product which is described by product specification

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
@type string Class type of the target product
@schemaLocation string This field provides a link to the schema describing the target product
View JSON Schema on GitHub

JSON Schema

tm-forum-targetproductschema-mvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TargetProductSchema_MVO",
  "title": "TargetProductSchema_MVO",
  "type": "object",
  "description": "The reference object to the schema and type of target product which is described by product specification",
  "properties": {
    "@type": {
      "type": "string",
      "description": "Class type of the target product"
    },
    "@schemaLocation": {
      "type": "string",
      "format": "uri",
      "description": "This field provides a link to the schema describing the target product"
    }
  }
}