addedOutput schema / $defs
Added value: +{
+ "DatasetSummary": {
+ "additionalProperties": false,
+ "description": "Ein Datensatz in Listenform — die neun Felder des bisherigen JSON.",
+ "properties": {
+ "license": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Lizenz dieses Datensatzes.",
+ "title": "License"
+ },
+ "modified": {
+ "default": "",
+ "description": "Letzte Aenderung (YYYY-MM-DD).",
+ "title": "Modified",
+ "type": "string"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Slug (URL-Name) des Datensatzes.",
+ "title": "Name"
+ },
+ "notes": {
+ "default": "",
+ "description": "Beschreibung, auf 300 Zeichen gekuerzt.",
+ "title": "Notes",
+ "type": "string"
+ },
+ "org": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Slug der Forschungseinheit.",
+ "title": "Org"
+ },
+ "resources": {
+ "default": 0,
+ "description": "Anzahl herunterladbarer Ressourcen.",
+ "title": "Resources",
+ "type": "integer"
+ },
+ "tags": {
+ "description": "Schlagwoerter.",
+ "items": {
+ "type": "string"
+ },
+ "title": "Tags",
+ "type": "array"
+ },
+ "title": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Titel des Datensatzes.",
+ "title": "Title"
+ },
+ "url": {
+ "default": "",
+ "description": "Permalink auf dem EnviDat-Portal.",
+ "title": "Url",
+ "type": "string"
+ }
+ },
+ "title": "DatasetSummary",
+ "type": "object"
+ }
+}
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / description
Added value: +"Resultat aller listenliefernden Such-Tools."
addedOutput schema / properties / datasets
Added value: +{
+ "description": "Die Treffer.",
+ "items": {
+ "$ref": "#/$defs/DatasetSummary"
+ },
+ "title": "Datasets",
+ "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 / 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 / shown
Added value: +{
+ "default": 0,
+ "description": "Davon in diesem Resultat enthalten.",
+ "title": "Shown",
+ "type": "integer"
+}
addedOutput schema / properties / source
Added value: +{
+ "default": "EnviDat / WSL (envidat.ch)",
+ "description": "Datenquelle dieses Resultats.",
+ "title": "Source",
+ "type": "string"
+}
addedOutput schema / properties / suggested_tags
Added value: +{
+ "description": "ARCH-003: verwandte Tags bei leerem Resultat. Im Textkanal stehen sie seit jeher als Prosa; hier stehen sie als Liste.",
+ "items": {
+ "type": "string"
+ },
+ "title": "Suggested Tags",
+ "type": "array"
+}
addedOutput schema / properties / total_found
Added value: +{
+ "default": 0,
+ "description": "Gesamtzahl der Treffer in der Quelle.",
+ "title": "Total Found",
+ "type": "integer"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"wsl_get_recent_datasetsOutput"New value: +"SearchOutput"