| name | data type | description |
|---|---|---|
| linkedCatalogs | array of ThreddsCatalog | |
| name | string | |
| ID | string |
Example
{
"linkedCatalogs" : [ {
"title" : "...",
"declaredDataSetRoot" : {
"path" : "...",
"count" : 12345,
"location" : "..."
},
"declaredDataSetScan" : [ {
"ID" : "...",
"location" : "...",
"path" : "...",
"name" : "..."
}, {
"ID" : "...",
"location" : "...",
"path" : "...",
"name" : "..."
} ],
"catalogFile" : "...",
"subCatalogs" : {
"linkedCatalogs" : [ { }, { } ],
"name" : "...",
"ID" : "..."
},
"name" : "...",
"ID" : "..."
}, {
"title" : "...",
"declaredDataSetRoot" : {
"path" : "...",
"count" : 12345,
"location" : "..."
},
"declaredDataSetScan" : [ {
"ID" : "...",
"location" : "...",
"path" : "...",
"name" : "..."
}, {
"ID" : "...",
"location" : "...",
"path" : "...",
"name" : "..."
} ],
"catalogFile" : "...",
"subCatalogs" : {
"linkedCatalogs" : [ { }, { } ],
"name" : "...",
"ID" : "..."
},
"name" : "...",
"ID" : "..."
} ],
"name" : "...",
"ID" : "..."
}