Skip to content

Commit

Permalink
Move the nonTerrestrialNetwork field into the correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Oct 20, 2024
1 parent d3f0b8c commit 7f0850f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/asyncapi/network_survey_messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1693,16 +1693,16 @@ components:
$ref: '#/components/schemas/simState'
simOperator:
$ref: '#/components/schemas/simOperator'
nonTerrestrialNetwork:
type: boolean
description: >-
Indicates if the device is currently using a non-terrestrial network (e.g. satellite). Added in version 1.6.0.
slot:
$ref: '#/components/schemas/slot'
networkRegistrationInfo:
type: array
items:
$ref: '#/components/schemas/networkRegistrationInfo'
nonTerrestrialNetwork:
type: boolean
description: >-
Indicates if the device is currently using a non-terrestrial network (e.g. satellite). Added in version 1.6.0.
wcdmaRrcPayload:
type: object
required:
Expand Down

0 comments on commit 7f0850f

Please sign in to comment.