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