Skip to content

Commit

Permalink
[uss_qualifier] add schema paths for op intent ref. entities to schem…
Browse files Browse the repository at this point in the history
…a validation (#580)

[uss_qualifier] add schema paths for op intent ref. entities to schema_validation
  • Loading branch information
Shastick authored Mar 21, 2024
1 parent 7e04c16 commit d961914
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 d961914

Please sign in to comment.