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
15 changes: 15 additions & 0 deletions utm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ components:
the change made to the airspace.
required:
- subscriptions
- manager
- uss_base_url
type: object
properties:
Expand All @@ -405,6 +406,12 @@ components:
items:
$ref: '#/components/schemas/SubscriptionState'
minItems: 1
manager:
type: string
example: uss1
description: >-
Created by the DSS based on creating client's ID (via access
token)
uss_base_url:
$ref: '#/components/schemas/SubscriptionUssBaseURL'
Subscription:
Expand All @@ -413,13 +420,21 @@ components:
ongoing basis (e.g., "planning area").
required:
- id
- manager
- version
- notification_index
- uss_base_url
type: object
properties:
id:
$ref: '#/components/schemas/SubscriptionID'
manager:
type: string
example: uss1
description: >-
Created by the DSS based on creating client's ID (via access
token). Used internal to the DSS for restricting read, mutation and
deletion operations to manager.
version:
description: >-
Version of the subscription that the DSS changes every time a USS
Expand Down