addedOutput schema / $defs
Added value: +{
+ "DatasetRef": {
+ "additionalProperties": false,
+ "description": "Ein Datensatz-Verweis innerhalb einer Organisation.",
+ "properties": {
+ "modified": {
+ "default": "",
+ "description": "Letzte Aenderung (YYYY-MM-DD).",
+ "title": "Modified",
+ "type": "string"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Slug.",
+ "title": "Name"
+ },
+ "title": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Titel.",
+ "title": "Title"
+ },
+ "url": {
+ "default": "",
+ "description": "Permalink.",
+ "title": "Url",
+ "type": "string"
+ }
+ },
+ "title": "DatasetRef",
+ "type": "object"
+ }
+}
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / description
Added value: +"Resultat von `wsl_get_organization`."
addedOutput schema / properties / datasets
Added value: +{
+ "description": "Datensaetze der Einheit. Der Textkanal zeigt hoechstens zehn; hier steht, was die Quelle geliefert hat.",
+ "items": {
+ "$ref": "#/$defs/DatasetRef"
+ },
+ "title": "Datasets",
+ "type": "array"
+}
addedOutput schema / properties / description
Added value: +{
+ "default": "",
+ "description": "Beschreibung.",
+ "title": "Description",
+ "type": "string"
+}
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 / name
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Slug der Einheit.",
+ "title": "Name"
+}
addedOutput schema / properties / package_count
Added value: +{
+ "default": 0,
+ "description": "Anzahl Datensaetze insgesamt.",
+ "title": "Package Count",
+ "type": "integer"
+}
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 / title
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Ausgeschriebener Name.",
+ "title": "Title"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"wsl_get_organizationOutput"New value: +"OrganizationDetail"