Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions specifications/cdsc-wg2-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,23 @@ N/A
resource types. These levels SHALL be a sequential set of positive
integers starting at 0 for the top level.

#### 5.1.2 PSR (List) `/power-system-resources/list-resources`
#### 5.1.2 Prices (List) `/power-system-resources/list-prices`

##### Description

The prices list endpoint shall return a list of named PowerSystemResources Prices and their description

##### Request Object

N/A

##### Response Object

- `price_type` - *string* - (REQUIRED) - The type of price we are returning.
- `description` - *string* - (OPTIONAL) - A detailed description of that price
- `unit` - *string* - (REQUIRED) - Should be a currency code in accordance with the ISO 4217 standard.

#### 5.1.3 PSR (List) `/power-system-resources/list-resources`

##### Description

Expand All @@ -158,7 +174,7 @@ The summary endpoint SHALL return a list of all PowerSystemResources
This summary endpoint should only include the `id`, `name`, and
`topology_level` fields. It MUST NOT contain additional fields.

#### 5.1.3 PSR Topology (List) `/power-system-resource/{id}/topology`
#### 5.1.4 PSR Topology (List) `/power-system-resource/{id}/topology`

##### Description

Expand Down Expand Up @@ -198,7 +214,7 @@ children of that PSR.
- `connectedSiblings` - *array* - (OPTIONAL)
- `children` - *array* - (OPTIONAL)

#### 5.1.4 PSR Describe `/power-system-resource/{id}/describe`
#### 5.1.5 PSR Describe `/power-system-resource/{id}/describe`

##### Description

Expand Down Expand Up @@ -231,7 +247,7 @@ geography and other metadata, for a given PowerSystemResource.
- `description` - *string* - (OPTIONAL)
- `geojson` - *geojson* - (OPTIONAL)

#### 5.1.5 PSR Capacity `/power-system-resource/{id}/capacity`
#### 5.1.6 PSR Capacity `/power-system-resource/{id}/capacity`

##### Description

Expand Down Expand Up @@ -260,7 +276,7 @@ and technology for a given PowerSystemResource.
- `last_updated` - *ISO8601 Datetime*- (REQUIRED) - The date and time when
`value` was most recently updated.

#### 5.1.6 PSR Transmission Capacity `/power-system-resource/{id}/transmission-capacity`
#### 5.1.7 PSR Transmission Capacity `/power-system-resource/{id}/transmission-capacity`

##### Description

Expand Down