Resource ia:script-template

Overview

The ia:script-template resource represents a script template.

Properties

The ia:script-template resource has the following properties:

base

Base identifier of the script template, it has the following sub properties:

  • systemType

  • systemID

  • type

  • id

common

Common attributes:

  • name

  • creator

  • created

  • modifier

  • modified

  • …​

ia:script-template-nsml

Gets the NSML representation of a script template.

Description

The ia:script-template resource represents a script template.

Examples

Example: ia:script-template
 
{
  "base": {
    "id": "VO_SCRIPT",
    "type": "story",
    "systemID": "INEWS6",
    "systemType": "inews"
  },
  "common": {
    "name": "VO_SCRIPT"
  },
  "_links": {
    "curies": [
      {
        "name": "ia",
        "href": "http://services.avid.com/apis/inews/assets/{rel}",
        "templated": true
      }
    ],
    "ia:sctipt-template-nsml": {
      "href": "https://host/.."
    },
    "self": {
      "href": "https://host/.."
    }
  }
}