Skip to content

Commit

Permalink
Merge branch 'events-planning' of github.com:iptc/newsinjson into eve…
Browse files Browse the repository at this point in the history
…nts-planning
  • Loading branch information
bquinn committed Nov 25, 2024
2 parents 17f0644 + 364e66b commit 5eb023f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 International Press Telecommunications Council (IPTC)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion documentation/IPTC-NinJS-Guidelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ The main new object to cover such events is the eventDetails object, which conta

|`eventStatus`
|Status of the event (as opposed to the status of coverage of the event). +
Suggested CV: http://cv.iptc.org/newscodes/eventoccurstatus/ (which contains values such as "Planned, occurrence highly uncertain" and "Planned, then cancelled")
Suggested CV: http://cv.iptc.org/newscodes/eventstatus/ (which contains values such as "scheduled" and "canceled")
|uri

|`plannedCoverageStatus`
Expand Down
2 changes: 1 addition & 1 deletion specification/ninjs-schema_3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@
"properties": {
"eventStatus": {
"type": "string",
"description": "Status of the event (as opposed to the status of coverage of the event). Suggested CV: http://cv.iptc.org/newscodes/eventoccurstatus/",
"description": "Status of the event (as opposed to the status of coverage of the event). Suggested CV: http://cv.iptc.org/newscodes/eventstatus/",
"format": "uri"
},
"plannedCoverageStatus": {
Expand Down

0 comments on commit 5eb023f

Please sign in to comment.