Skip to content

Commit

Permalink
rename power system object to power system resource
Browse files Browse the repository at this point in the history
closes #52
  • Loading branch information
caindy committed Feb 29, 2024
1 parent 34473a7 commit 4094e06
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ forecast-limits-detailed-snapshot:
items:
$ref: 'array-max-forecast-periods.yaml#/forecast-limit-item-detailed'

named-power-system-objects:
named-power-system-resources:
<<: *max
description: Collection of power system object names
description: Collection of power system resource names
items:
$ref: ./names.yaml

Expand Down
12 changes: 6 additions & 6 deletions docs/_data/components/schemas/headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ proposal-header: &header
$ref: ./data-provenance.yaml
default-emergency-durations:
$ref: ./array-max-emergency-durations.yaml#/emergency-durations
power-system-objects:
$ref: ./array-max-monitored-elements.yaml#/named-power-system-objects
power-system-resources:
$ref: ./array-max-monitored-elements.yaml#/named-power-system-resources

required:
- source
- default-emergency-durations
- power-system-objects
- power-system-resources
additionalProperties: false

snapshot-header:
Expand All @@ -32,11 +32,11 @@ snapshot-header:
$ref: ./timestamp.yaml
snapshot-provenance:
$ref: ./data-provenance.yaml
power-system-objects:
$ref: ./array-max-monitored-elements.yaml#/named-power-system-objects
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-objects
- power-system-resources
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"duration-minutes": 15
}
],
"power-system-objects": [
"power-system-resources": [
{
"resource-id": "8badf00d",
"alternate-identifiers": [
Expand Down
2 changes: 1 addition & 1 deletion docs/example-narratives/examples/forecast-limits-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"duration-minutes": 15
}
],
"power-system-objects": [
"power-system-resources": [
{
"resource-id": "8badf00d",
"alternate-identifiers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"duration-minutes": 15
}
],
"power-system-objects": [
"power-system-resources": [
{
"resource-id": "8badf00d",
"alternate-identifiers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default-emergency-durations": [
{ "name": "emergency", "duration-minutes": 60}
],
"power-system-objects": [
"power-system-resources": [
{ "resource-id": "8badf00d",
"alternate-identifiers": [
{"name": "segmentX", "authority": "TO-NERC-ID"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"duration-minutes": 15
}
],
"power-system-objects": [
"power-system-resources": [
{
"resource-id": "8badf00d",
"alternate-identifiers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"duration-minutes": 15
}
],
"power-system-objects": [
"power-system-resources": [
{
"resource-id": "8badf00d",
"alternate-identifiers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"duration-minutes": 15
}
],
"power-system-objects": [
"power-system-resources": [
{
"resource-id": "8badf00d",
"alternate-identifiers": [
Expand Down

0 comments on commit 4094e06

Please sign in to comment.