Skip to content

Commit

Permalink
Merge branch 'main' into dss0210-sub-manager-synced
Browse files Browse the repository at this point in the history
  • Loading branch information
Shastick authored Mar 21, 2024
2 parents 9b46e71 + d961914 commit 3ef83fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions monitoring/monitorlib/schema_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ class F3548_21(str, Enum):
QuerySubscriptionsResponse = "components.schemas.QuerySubscriptionsResponse"
DeleteSubscriptionResponse = "components.schemas.DeleteSubscriptionResponse"

ChangeOperationalIntentReferenceResponse = (
"components.schemas.ChangeOperationalIntentReferenceResponse"
)
GetOperationalIntentReferenceResponse = (
"components.schemas.GetOperationalIntentReferenceResponse"
)
QueryOperationalIntentReferenceResponse = (
"components.schemas.QueryOperationalIntentReferenceResponse"
)
AirspaceConflictResponse = "components.schemas.AirspaceConflictResponse"


_openapi_content_cache: Dict[str, dict] = {}

Expand Down

0 comments on commit 3ef83fd

Please sign in to comment.