smw/schema:Keyword link formatter: Difference between revisions
From EpiMedDat
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
"limit": "5000", | "limit": "5000", | ||
"printouts": [ | "printouts": [ | ||
" | "Disease=" | ||
], | ], | ||
"title": "smw-ask-title-keyword-type", | "title": "smw-ask-title-keyword-type", | ||
Revision as of 15:45, 21 November 2025
Specifies a formatting rule for a keyword type
LINK_FORMAT_SCHEMA
This schema type supports the definition of characteristics for creating context sensitive links in connection with a formatter schema assigned property.
{ "description": "Specifies a formatting rule for a keyword type", "type": "LINK_FORMAT_SCHEMA", "rule": { "link_to": "SPECIAL_ASK", "parameters": { "format": "category", "limit": "5000", "printouts": [ "Disease=" ], "title": "smw-ask-title-keyword-type", "msg": "smw-ask-message-keyword-type" } }, "tags": [ "formatter", "link formatter", "keywords" ] }
