capabilities
: add IVO ids in output formats to support TAPRegExt
#153
Labels
capabilities
: add IVO ids in output formats to support TAPRegExt
#153
Hi, I was notified by @mbtaylor that the
capabilities
endpoint from our TAP service does not follow the TAPRegExt recommendation as it lacks theivo-id
attribute for the relevant output formats (outputFormat
in the XML). This ID is used by some clients to interpret (for the time being) VOTable types, as shown on the recommendation: https://www.ivoa.net/documents/TAPRegExt/20120827/REC-TAPRegExt-1.0.html#outformsCurrent output:
Expected (TapRegExt-supporting) output:
Looking into the code, seems like its implementation is somewhat trivial, by adding support for a
ivoId
field intap.formatter.OutputFormat
(and the classes which implement it) and adding the attribute when getting the output formats when writing the capabilities intap.resource.TAP
.The text was updated successfully, but these errors were encountered: