Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(coverage-status): use a news coverage status for coverage status #178

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion specification/ninjs-schema_2.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,14 +978,19 @@
},
"pubstatus": {
"title": "Publication status",
"description": "The publishing status of the news object, its value is *usable* by default. nar:pubStatus",
"description": "The publishing status of the plannedcoverage object, its value is *usable* by default. nar:pubStatus",
"type": "string",
"enum": [
"usable",
"withheld",
"canceled"
]
},
"plannedcoveragestatus": {
"type": "string",
"description": "Status of the coverage (as opposed to the status of the event itself. Suggested CV: https://cv.iptc.org/newscodes/newscoveragestatus/",
"format": "uri"
},
"commissioned": {
"type": "object",
"description": "Information about the commissioning of this content.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"uri": "planning-times-square-001-text",
"title": "Text article covering the ball drop",
"pubstatus": "usable",
"plannedcoveragestatus": "http://cv.iptc.org/newscodes/newscoveragestatus/int",
"type": "text",
"event": "urn:004-ninjs2.2-recurring-event-test",
"itemcount": { "rangefrom": 1, "rangeto": 1 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"uri": "planning-times-square-001-text",
"title": "Text article covering the ball drop",
"pubstatus": "usable",
"plannedcoveragestatus": "http://cv.iptc.org/newscodes/newscoveragestatus/int",
"type": "text",
"event": "urn:004-ninjs2.2-recurring-event-test",
"itemcount": {
Expand Down