-
Notifications
You must be signed in to change notification settings - Fork 1
knowledgeTank
galyfray edited this page Sep 24, 2021
·
2 revisions
All of the return format of the methods of this object follow the usual format {"status":true|false,"error?":{}} the fields described under the return section are added to the base object in case of success.
{
"name":["meta.id","meta.main", "meta.id"],
"longitude": ["pos.eq.ra;meta.main", "pos.gal.lon;meta.main","pos.eq.ra", "pos.gal.lon"],
"latitude": ["pos.eq.dec;meta.main", "pos.gal.lat;meta.main","pos.eq.dec", "pos.gal.lat"],
"luminosity": ["..."]
}{
"shortname":{
"tapService":"url to the tap service",
"scheme":"scheme to explore",
"table":"a root table"
}
} {
"table.column":{
"available_values": ["sets of commun value to propose"],
"default_value": "a common value to propose as a default"
}
}- params :
- AHList:Array; list of attribute handlers
- return :
- selected:Array; list of attribute handlers selected to be possible default fields of interest for the user. The list may be empty
- params :
- AHList:Array; list of attribute handlers
- return :
- AHList:Array; list of the same attribute handlers but with their
default_valueandavailable_valueattribute set according to the available data stored in the preset value storage
- AHList:Array; list of the same attribute handlers but with their
- return :
- descriptors:Object; the descriptor storage object.