ngachung commented on code in PR #299: URL: https://github.com/apache/incubator-sdap-nexus/pull/299#discussion_r1515067880
########## analysis/webservice/algorithms/doms/config.py: ########## @@ -14,39 +14,29 @@ # limitations under the License. INSITU_API_ENDPOINT = 'https://doms.jpl.nasa.gov/insitu/1.0/query_data_doms_custom_pagination' -INSITU_API_SCHEMA_ENDPOINT = 'https://doms.jpl.nasa.gov/insitu/1.0/cdms_schema' +INSITU_API_SCHEMA_ENDPOINT = None Review Comment: Instead of None would it work if we pull the schema from https://doms.jpl.nasa.gov/in_situ_schema.json ? -- 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]
