Skip to content

Commit

Permalink
Merge pull request #40 from trolie/remove-non-interop-resources
Browse files Browse the repository at this point in the history
Remove non interop resources
  • Loading branch information
getorymckeag authored Jan 29, 2024
2 parents 06ca0db + 3d17f29 commit 293288c
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 830 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: monitoring-set is no longer referenced
monitoring-set:
description: |
Set of transmission facilities noteworthy to reference in queries in TROLIE.
Expand Down
3 changes: 0 additions & 3 deletions docs/_data/components/schemas/conditional-value-set.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
type: array
description: >
List of alternative ratings for rating altering conditions on the segment.
References condition identifiers described in
`getNetworkSegment`
minItems: 1
maxItems: 100
items:
Expand Down
11 changes: 0 additions & 11 deletions docs/_data/components/schemas/limit-type-set.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_data/components/schemas/monitoring-set-list.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions docs/_data/components/schemas/naming-scheme-set.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_data/components/schemas/network-segment-set.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions docs/_data/components/schemas/network-segment.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_data/components/schemas/season-set.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_data/components/schemas/season.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_data/components/schemas/transmission-facility-set.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions docs/_data/components/schemas/transmission-facility.yaml

This file was deleted.

56 changes: 4 additions & 52 deletions docs/_data/openapi-split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,7 @@ info:
servers:
- url: https://trolie.example.com
tags:
- name: Monitoring Sets
description: >
Monitoring sets are arbitrarily defined sets of network components, both
segments and transmission facilities,
that may be used to filter ratings and limits returned by queries against
this API. These are stored sets that may be defined

arbitrarily by users of the API, so long as those users have permission to
view relevant components.
- name: Operating Snapshots
description: >
Two snapshots are provided:
Expand Down Expand Up @@ -143,22 +134,7 @@ tags:
window where forecast ratings are available.
A snapshot is provided of the resource ratings configured by the system,
as well as their relationship to upcoming seasons.
- name: Reference Data
description: >
Reference to sets of data that are referenced by ratings, limits and
monitoring sets. This includes:
* List of segments and transmission facilities defined in TROLIE's network
model.
* From an IEC CIM perspective, the list of GeographicalRegions and
SubGeographicalRegions defined in the model, and their
association to transmission facilities and segments.
* A list of supported seasons.
* A list of supported limit types.
* A list of supported naming schemes.
- name: Temporary AAR Exceptions
description: >
A TemporaryAARException is an exception to the AAR process, due to some
Expand Down Expand Up @@ -286,26 +262,6 @@ paths:
$ref: paths/rating-proposals_seasonal.yaml
/rating-proposals/seasonal/{ratings-provider}:
$ref: paths/rating-proposals_seasonal_{ratings-provider}.yaml
/monitoring-sets:
$ref: paths/monitoring-sets.yaml
/monitoring-sets/{id}:
$ref: paths/monitoring-sets_{id}.yaml
/reference-data/network-segments:
$ref: paths/reference-data_network-segments.yaml
/reference-data/network-segments/{id}:
$ref: paths/reference-data_network-segments_{id}.yaml
/reference-data/transmission-facilities:
$ref: paths/reference-data_transmission-facilities.yaml
/reference-data/transmission-facilities/{id}:
$ref: paths/reference-data_transmission-facilities_{id}.yaml
/reference-data/seasons:
$ref: paths/reference-data_seasons.yaml
/reference-data/seasons/{id}:
$ref: paths/reference-data_seasons_{id}.yaml
/reference-data/limit-types:
$ref: paths/reference-data_limit-types.yaml
/reference-data/naming-schemes:
$ref: paths/reference-data_naming-schemes.yaml
components:
responses:

Expand Down Expand Up @@ -399,11 +355,6 @@ components:

schemas:

description: &description
type: string
format: free-text
maxLength: 500

empty:
description: Intended to proactively avoid information disclosure
type: string
Expand All @@ -424,8 +375,10 @@ components:
A URI reference that identifies the problem type.
See [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457#name-type)
example: "https://iana.org/assignments/http-problem-types#date"
title:
<<: *description
title: &description
type: string
format: free-text
maxLength: 500
description: |
A short, human-readable summary of the problem type.
See [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457#name-title)
Expand Down Expand Up @@ -522,6 +475,5 @@ components:
read:operating-snapshot: >-
Read the ratings and limits snapshots in-use by the transmission
provider
read:reference-data: Read reference data in the model used by TROLIE
security:
- oauth2-primary-flow: []
109 changes: 0 additions & 109 deletions docs/_data/paths/monitoring-sets.yaml

This file was deleted.

Loading

0 comments on commit 293288c

Please sign in to comment.