 {
     "HAPI": "3.3",
     "about": {
        "id": "CSA",
        "title": "Cluster Science Archive",
        "contact": "https://www.cosmos.esa.int/web/csa/cluster-helpdesk",
        "description": "This HAPI server is based on responses provided by the TAP server at https://csa.esac.esa.int/csa-sl-tap/",
        "x_hapi_home": "/tmp/hapi-server/"
     },
     "catalog": [
         {
             "x_group_id": "csa",
             "x_source": "classpath",
             "x_class": "org.hapiserver.source.tap.CsaInfoCatalogSource",
             "x_method": "getCatalog",
             "x_config": {
                 "info": {
                     "x_source":"classpath",
                     "x_class":"org.hapiserver.source.tap.CsaInfoCatalogSource",
                     "x_method": "getInfo",
                     "x_args": [ "${id}" ]
                 },
                 "data": {
                     "source": "classpath",
                     "class":"org.hapiserver.source.tap.TAPDataSource",
                     "args":["https://csa.esac.esa.int/csa-sl-tap/","${id}","${info}"]
                 }
             }
         },
         {
             "x_group_id": "csa-availability",
             "x_source": "classpath",
             "x_class": "org.hapiserver.source.tap.TAPAvailabilityDataSource",
             "x_method": "getCatalog",
             "x_config": {
                 "info": {
                     "x_source":"classpath",
                     "x_class":"org.hapiserver.source.tap.TAPAvailabilityDataSource",
                     "x_method": "getInfo",
                     "x_args": [ "${id}" ]
                 },
                 "data": {
                     "source": "classpath",
                     "class":"org.hapiserver.source.tap.TAPAvailabilityDataSource",
                     "args":["https://csa.esac.esa.int/csa-sl-tap/","${id}","${info}"]
                 }
             }
         }
     ],
     "x_version":"2026-03-28T07:54:00"
 }