iptc / newsinjson

Home of the IPTC ninjs standard
https://iptc.org/standards/ninjs/
Other
34 stars 9 forks source link

Add provider CR 10-14 #14

Open jolla56 opened 5 years ago

jolla56 commented 5 years ago

Description of the change: (free-text)

Add the Provider of the news item to ninjs. Should allow for the name and a URI to identify the provider.

Rationale for the change:

Reference to related IPTC discussion(s) (on Yahoo groups etc):

Formalised change request: (spec table etc.)

"provider" : {
    "type" : "object",
    "additionalProperties" : false,
    "properties" : {
        "name" : {
            "description" : "The name of the provider",
            "type" : "string"
        },
        "uri" : {
            "description" : "A URI which identifies the provider",
            "type" : "string",
            "format" : "uri"
        }
    }
}
jolla56 commented 5 years ago

JAYSON:

For us the provider is always the same but I can see where Stuart is coming from here. Seems like it will be used. Looks okay to me

jolla56 commented 5 years ago

How does this stand compared to the contributor? Can we handle different types of providers, contributors, creators etc in the same construct?