Skip to content

Commit

Permalink
Merge pull request #192 from iptc/expectedduration
Browse files Browse the repository at this point in the history
Change duration to expectedduration
  • Loading branch information
bquinn authored Sep 10, 2024
2 parents f24d75e + 78b607f commit a16c92a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/ninjs-schema_2.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"format": "date-time"
},
"expectedstartdate": {
"description": "The approximate date (and optionally time) at which the event is expected to start.",
"description": "The approximate date (and optionally time) at which the event or coverage is expected to start.",
"$ref": "#/$defs/truncatedDateTimeType"
},
"expectedenddate": {
"description": "The approximate date (and optionally time) at which the event is expected to end.",
"description": "The approximate date (and optionally time) at which the event or coverage is expected to end.",
"$ref": "#/$defs/truncatedDateTimeType"
},
"duration": {
"description": "The period the event will last. REMOVE?? We already have start and end date, plus duration in rendition array",
"expectedduration": {
"description": "The time period that the event or coverage is expected to last. (Actual duration can be calculated from startdate and enddate)",
"type": "string"
},
"recurrence": {
Expand Down

0 comments on commit a16c92a

Please sign in to comment.