From 79eb73360ca20724c12b7373453b67cef2c7ec88 Mon Sep 17 00:00:00 2001 From: Thibault Ehrhart Date: Tue, 27 Aug 2024 20:15:08 +0200 Subject: [PATCH] docs: minor typo fix with asList parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15e7317..845cc54 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Some modifiers can be present after, separated by the `$` sign. The `:` prepend |`$count` `$sum` `$min` `$max` `$avg`| n/a | Return the respective aggregate function (COUNT, SUM, MIN, MAX, AVG) on the variable. | |`$langTag`|`"hide"`, `"show"` (default)| When `hide`, language tags are not included in the output.
Ex. `hide` => `"label":"Bologna"` ;
`show` => `"label":{"value": "Bologna", "language": "it"}` | |`$accept`|`"string"`, `"number"`, `"boolean"`| If set, values of type different from the specified one are discarded. | -|`$alist`|n/a| When set, the interested property value would always be a list, even if with a single element.| +|`$asList`|n/a| When set, the interested property value would always be a list, even if with a single element.| In this way, I specify a mapping between the JSON-LD output properties and the ones in the endpoint. The values non prepended by a `$` are transferred as is to the output.