addedOutput schema / $defs
Added value: +{
+ "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_list_organizations`."
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 / organizations
Added value: +{
+ "description": "Die Einheiten, nach Datensatzzahl absteigend.",
+ "items": {
+ "$ref": "#/$defs/OrganizationSummary"
+ },
+ "title": "Organizations",
+ "type": "array"
+}
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 / total
Added value: +{
+ "default": 0,
+ "description": "Anzahl Forschungseinheiten.",
+ "title": "Total",
+ "type": "integer"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"wsl_list_organizationsOutput"New value: +"OrganizationListOutput"