You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or should we group them together? e.g. in a "contributors" and just have a "type" property to indicate what kind of contributor they are (I guess with a controlled vocabulary?)
I would hope that the type, scheme, and code were optional. Also how about adding a location property, or some sort of open property like: Comment or Note: to add a location?
Description of the change: (free-text)
In NewsML-G2, it is possible to indicate a "contributor" to an Item. What is the best way to do the equivalent in ninjs?
We would like to be able to indicate these types of people:
producer
photographer
captionwriter
editor
Should these be their own "top level" properties?
"producer" : "jane",
"photographer" : "sheila",
"captionwriter" : "evan",
"editor" : "alan"
Or, more likely, into lists
"producers" : ["jane", "stan", "bartholomew" ]
And, come to think of it, maybe they should actually be structured, objects - perhaps a "name", "code", "scheme" set of properties, to start?
Or should we group them together? e.g. in a "contributors" and just have a "type" property to indicate what kind of contributor they are (I guess with a controlled vocabulary?)
Rationale for the change:
We would like to be able to indicate these types of people:
producer
photographer
captionwriter
editor
Reference to related IPTC discussion(s) (on Yahoo groups etc):
Formalised change request: (spec table etc.)
Name: contibutors
Definition: A list of the various people or organizations who have contributed to the item.
Data type: An array of objects. Each contributor object consists of name, code, scheme and type properties.
The text was updated successfully, but these errors were encountered: