addedOutput schema / $defs
Added value: +{
+ "DomainCount": {
+ "additionalProperties": false,
+ "description": "Naeherungswert fuer eine Forschungsdomaene.",
+ "properties": {
+ "count": {
+ "default": 0,
+ "description": "Treffer der kuratierten Domaenen-Query.",
+ "title": "Count",
+ "type": "integer"
+ },
+ "domain": {
+ "description": "Schluessel der Domaene, z.B. 'wald'.",
+ "title": "Domain",
+ "type": "string"
+ },
+ "label": {
+ "description": "Anzeigename der Domaene.",
+ "title": "Label",
+ "type": "string"
+ }
+ },
+ "required": [
+ "domain",
+ "label"
+ ],
+ "title": "DomainCount",
+ "type": "object"
+ },
+ "OrganizationSummary": {
+ "additionalProperties": false,
+ "description": "Eine WSL-Forschungseinheit in Listenform.",
+ "properties": {
+ "description": {
+ "default": "",
+ "description": "Kurzbeschreibung.",
+ "title": "Description",
+ "type": "string"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Slug der Einheit.",
+ "title": "Name"
+ },
+ "package_count": {
+ "default": 0,
+ "description": "Anzahl publizierter Datensaetze.",
+ "title": "Package Count",
+ "type": "integer"
+ },
+ "title": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Ausgeschriebener Name.",
+ "title": "Title"
+ }
+ },
+ "title": "OrganizationSummary",
+ "type": "object"
+ }
+}
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / description
Added value: +"Resultat von `wsl_catalog_stats`."
addedOutput schema / properties / domains
Added value: +{
+ "description": "Naeherungswerte je Domaene.",
+ "items": {
+ "$ref": "#/$defs/DomainCount"
+ },
+ "title": "Domains",
+ "type": "array"
+}
addedOutput schema / properties / license
Added value: +{
+ "default": "various open licenses per dataset — see metadata",
+ "description": "Lizenzlage; die genaue Lizenz steht je Datensatz.",
+ "title": "License",
+ "type": "string"
+}
addedOutput schema / properties / organization_count
Added value: +{
+ "default": 0,
+ "description": "Anzahl Forschungseinheiten.",
+ "title": "Organization Count",
+ "type": "integer"
+}
addedOutput schema / properties / portal
Added value: +{
+ "default": "",
+ "description": "URL des EnviDat-Portals.",
+ "title": "Portal",
+ "type": "string"
+}
addedOutput schema / properties / provenance
Added value: +{
+ "default": "live_api",
+ "description": "Herkunftsart: 'live_api' = direkt bei der Quelle abgefragt.",
+ "title": "Provenance",
+ "type": "string"
+}
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / retrieved_at
Added value: +{
+ "description": "Abrufzeitpunkt (UTC, ISO 8601).",
+ "title": "Retrieved At",
+ "type": "string"
+}
addedOutput schema / properties / source
Added value: +{
+ "default": "EnviDat / WSL (envidat.ch)",
+ "description": "Datenquelle dieses Resultats.",
+ "title": "Source",
+ "type": "string"
+}
addedOutput schema / properties / top_organizations
Added value: +{
+ "description": "Die sechs groessten Einheiten.",
+ "items": {
+ "$ref": "#/$defs/OrganizationSummary"
+ },
+ "title": "Top Organizations",
+ "type": "array"
+}
addedOutput schema / properties / total_datasets
Added value: +{
+ "default": 0,
+ "description": "Datensaetze im Katalog.",
+ "title": "Total Datasets",
+ "type": "integer"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"wsl_catalog_statsOutput"New value: +"CatalogStats"