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