addedOutput schema / $defs
Added value: +{
+ "ResourceEntry": {
+ "additionalProperties": false,
+ "description": "Eine herunterladbare Datei eines Datensatzes.",
+ "properties": {
+ "description": {
+ "default": "",
+ "description": "Beschreibung der Datei.",
+ "title": "Description",
+ "type": "string"
+ },
+ "format": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Format, z.B. CSV, NetCDF.",
+ "title": "Format"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Dateiname oder Bezeichnung.",
+ "title": "Name"
+ },
+ "size": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Groesse in Bytes, wenn bekannt.",
+ "title": "Size"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Direkter Download-Link.",
+ "title": "Url"
+ }
+ },
+ "title": "ResourceEntry",
+ "type": "object"
+ }
+}
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / description
Added value: +"Die kuratierten Detailfelder eines Datensatzes.\n\nBewusst NICHT das rohe CKAN-Paket: Dessen 42 Felder haben kein stabiles\nSchema, und ein `outputSchema` darueber waere wieder eine Zusage, die\nniemand halten kann. Wer alle Rohfelder braucht, bekommt sie unveraendert\nueber `response_format=\"json\"` im Textkanal — dieser Weg wird hier nicht\nangetastet, damit niemand Daten verliert, die er heute schon abholt."
addedOutput schema / properties / authors
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Autorenangabe der Quelle.",
+ "title": "Authors"
+}
addedOutput schema / properties / created
Added value: +{
+ "default": "",
+ "description": "Erstellt (YYYY-MM-DD).",
+ "title": "Created",
+ "type": "string"
+}
addedOutput schema / properties / doi
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "DOI ohne Praefix, wenn vergeben.",
+ "title": "Doi"
+}
addedOutput schema / properties / license
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Lizenz.",
+ "title": "License"
+}
addedOutput schema / properties / modified
Added value: +{
+ "default": "",
+ "description": "Letzte Aenderung (YYYY-MM-DD).",
+ "title": "Modified",
+ "type": "string"
+}
addedOutput schema / properties / name
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Slug (URL-Name).",
+ "title": "Name"
+}
addedOutput schema / properties / notes
Added value: +{
+ "default": "",
+ "description": "Vollstaendige Beschreibung.",
+ "title": "Notes",
+ "type": "string"
+}
addedOutput schema / properties / org
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Titel der Forschungseinheit.",
+ "title": "Org"
+}
addedOutput schema / properties / provenance
Added value: +{
+ "default": "live_api",
+ "description": "Herkunftsart: 'live_api' = direkt bei der Quelle abgefragt.",
+ "title": "Provenance",
+ "type": "string"
+}
addedOutput schema / properties / publication_year
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Publikationsjahr.",
+ "title": "Publication Year"
+}
addedOutput schema / properties / resources
Added value: +{
+ "description": "Herunterladbare Dateien.",
+ "items": {
+ "$ref": "#/$defs/ResourceEntry"
+ },
+ "title": "Resources",
+ "type": "array"
+}
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 / spatial
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Raeumliche Ausdehnung, GeoJSON als String wie von der Quelle geliefert.",
+ "title": "Spatial"
+}
addedOutput schema / properties / tags
Added value: +{
+ "description": "Schlagwoerter.",
+ "items": {
+ "type": "string"
+ },
+ "title": "Tags",
+ "type": "array"
+}
addedOutput schema / properties / title
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Titel.",
+ "title": "Title"
+}
addedOutput schema / properties / url
Added value: +{
+ "default": "",
+ "description": "Permalink auf dem EnviDat-Portal.",
+ "title": "Url",
+ "type": "string"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"wsl_get_datasetOutput"New value: +"DatasetDetail"