joshgarde commented on a change in pull request #142:
URL:
https://github.com/apache/incubator-sdap-nexus/pull/142#discussion_r739450431
##########
File path: analysis/webservice/apidocs/openapi.yml
##########
@@ -671,12 +673,19 @@ components:
type: string
source:
type: string
- analysed_sst:
- type: number # TODO Fix this
matches:
type: array
items:
- $ref: '#/components/schemas/DomsPoint'
+ $ref: '#/components/schemas/DomsPointSecondary'
Review comment:
It looks like this is a circular reference since DomsPointSecondary
references DomsPointBase and DomsPointBase references DomsPointSecondary.
Perhaps it's meant to be DomsDataPoint?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]