From b83beae9bd6ccc647a2f08a44c81517ef6218e59 Mon Sep 17 00:00:00 2001 From: Christopher Atkins <57670484+catkins-miso@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:48:50 -0400 Subject: [PATCH] clean up last updated timestamps (#159) --- docs/_data/components/schemas/headers.yaml | 6 ------ .../examples/forecast-limits-detailed.json | 2 -- docs/example-narratives/examples/forecast-limits-slim.json | 2 -- .../examples/realtime-limit-set-detailed.json | 1 - .../examples/realtime-limit-set-slim.json | 1 - 5 files changed, 12 deletions(-) diff --git a/docs/_data/components/schemas/headers.yaml b/docs/_data/components/schemas/headers.yaml index a9a0767..30ba693 100644 --- a/docs/_data/components/schemas/headers.yaml +++ b/docs/_data/components/schemas/headers.yaml @@ -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: | @@ -77,15 +75,12 @@ 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: @@ -93,7 +88,6 @@ real-time-snapshot-header: default-emergency-durations: $ref: ./array-max-emergency-durations.yaml#/emergency-durations required: - - last-updated - snapshot-provenance - power-system-resources diff --git a/docs/example-narratives/examples/forecast-limits-detailed.json b/docs/example-narratives/examples/forecast-limits-detailed.json index bfa28c4..58b2ebe 100644 --- a/docs/example-narratives/examples/forecast-limits-detailed.json +++ b/docs/example-narratives/examples/forecast-limits-detailed.json @@ -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", @@ -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", diff --git a/docs/example-narratives/examples/forecast-limits-slim.json b/docs/example-narratives/examples/forecast-limits-slim.json index 39d904d..36ec49a 100644 --- a/docs/example-narratives/examples/forecast-limits-slim.json +++ b/docs/example-narratives/examples/forecast-limits-slim.json @@ -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", @@ -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 diff --git a/docs/example-narratives/examples/realtime-limit-set-detailed.json b/docs/example-narratives/examples/realtime-limit-set-detailed.json index 3758d6b..c875dfd 100644 --- a/docs/example-narratives/examples/realtime-limit-set-detailed.json +++ b/docs/example-narratives/examples/realtime-limit-set-detailed.json @@ -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", diff --git a/docs/example-narratives/examples/realtime-limit-set-slim.json b/docs/example-narratives/examples/realtime-limit-set-slim.json index 96e8c48..f03a016 100644 --- a/docs/example-narratives/examples/realtime-limit-set-slim.json +++ b/docs/example-narratives/examples/realtime-limit-set-slim.json @@ -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",