Skip to content

Commit

Permalink
clean up last updated timestamps (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
catkins-miso authored Sep 12, 2024
1 parent 409e215 commit b83beae
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/_data/components/schemas/headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ forecast-proposal-header:
forecast-snapshot-header:
description: Details about the snapshot provided by the Clearinghouse provider.
properties:
last-updated:
$ref: ./timestamp.yaml
begins:
<<: *begins
description: |
Expand All @@ -77,23 +75,19 @@ forecast-snapshot-header:
$ref: ./array-max-emergency-durations.yaml#/emergency-durations
required:
- begins
- last-updated
- snapshot-provenance
- power-system-resources

real-time-snapshot-header:
description: Details about the snapshot provided by the Clearinghouse provider.
properties:
last-updated:
$ref: ./timestamp.yaml
snapshot-provenance:
$ref: ./data-provenance.yaml
power-system-resources:
$ref: ./array-max-monitored-elements.yaml#/named-power-system-resources
default-emergency-durations:
$ref: ./array-max-emergency-durations.yaml#/emergency-durations
required:
- last-updated
- snapshot-provenance
- power-system-resources

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"snapshot-header": {
"last-updated": "2023-07-12T16:00:00-07:00",
"begins": "2023-07-12T16:00:00-07:00",
"snapshot-provenance": {
"provider":"X-AMPL-RC",
Expand Down Expand Up @@ -45,7 +44,6 @@
{
"period-start": "2023-07-12T16:00:00-07:00",
"period-end": "2023-07-12T17:00:00-07:00",
"updated-time": "2023-07-12T13:05:43.044267100-07:00",
"proposals-considered": [],
"temporary-aar-exceptions": ["2d8c80e8-f533-4be9-85bf-f7f81eb73d67"],
"limiting-segment": "segmentX",
Expand Down
2 changes: 0 additions & 2 deletions docs/example-narratives/examples/forecast-limits-slim.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"snapshot-header": {
"last-updated": "2023-07-12T16:00:00-07:00",
"begins": "2023-07-12T16:00:00-07:00",
"snapshot-provenance": {
"provider":"X-AMPL",
Expand Down Expand Up @@ -45,7 +44,6 @@
{
"period-start": "2023-07-12T16:00:00-07:00",
"period-end": "2023-07-12T17:00:00-07:00",
"updated-time": "2023-07-12T13:05:43.044267100-07:00",
"continuous-operating-limit": {
"mw": 160,
"pf": 1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"snapshot-header": {
"last-updated": "2023-07-12T15:05:43.044267100-07:00",
"snapshot-provenance": {
"provider": "X-AMPL-RC",
"last-updated": "2023-07-12T15:05:43.044267100-07:00",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"snapshot-header": {
"last-updated": "2023-07-12T15:05:43.044267100-07:00",
"snapshot-provenance": {
"provider":"X-AMPL",
"last-updated": "2023-07-12T15:05:43.044267100-07:00",
Expand Down

0 comments on commit b83beae

Please sign in to comment.