Socket
Socket
Sign inDemoInstall

ttspec

Package Overview
Dependencies
0
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "ttspec",
"version": "1.4.0",
"version": "1.4.1",
"description": "TT Specifications",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,5 +6,8 @@ TT Specifications

ttninjs change history
======================
* 2017-03-05 Changed `job` from uri to string
* 2016-12-08 `representationtype` extended with value `associated`.
* 2016-08-16 `sector` fields to communicate INR, UTR, EKO, KLT or SPT.

@@ -11,0 +14,0 @@ * 2016-08-16 new field `bylines` to represent more than one person involved with item.

@@ -25,5 +25,5 @@ {

"representationtype" : {
"description" : "Indicates how complete this representation of a news item is",
"description" : "Indicates how complete this representation of a news item is. $$TT: associated is a TT-extension used when the news item appears as an association considered as a link without renditions.",
"type" : "string",
"enum" : ["complete", "incomplete"]
"enum" : ["complete", "incomplete", "associated"]
},

@@ -79,5 +79,4 @@ "profile" : {

"job" : {
"description": "$$TT: Identifier of a grouping job this item belongs to. Typically the URI of a planning post.",
"type" : "string",
"format" : "uri"
"description": "$$TT: Identifier of a grouping job this item belongs to. Typically the id of the job the article belong to, normally something like 327890.",
"type" : "string"
},

@@ -84,0 +83,0 @@ "pubstatus" : {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc