Loading OpenAPI/TS28541_NrNrm.yaml +13 −3 Original line number Diff line number Diff line Loading @@ -610,14 +610,24 @@ components: type: array items: $ref: '#/components/schemas/NrTac' Ephemeris: type: object oneOf: - $ref: '#/components/schemas/PositionVelocity' - $ref: '#/components/schemas/Orbital' - required: [ positionVelocity ] - required: [ orbital ] required: - satelliteId - epochTime properties: satelliteId: type: integer epochTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' positionVelocity: $ref: '#/components/schemas/PositionVelocity' orbital: $ref: '#/components/schemas/Orbital' PositionVelocity: type: object Loading Loading
OpenAPI/TS28541_NrNrm.yaml +13 −3 Original line number Diff line number Diff line Loading @@ -610,14 +610,24 @@ components: type: array items: $ref: '#/components/schemas/NrTac' Ephemeris: type: object oneOf: - $ref: '#/components/schemas/PositionVelocity' - $ref: '#/components/schemas/Orbital' - required: [ positionVelocity ] - required: [ orbital ] required: - satelliteId - epochTime properties: satelliteId: type: integer epochTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' positionVelocity: $ref: '#/components/schemas/PositionVelocity' orbital: $ref: '#/components/schemas/Orbital' PositionVelocity: type: object Loading