|
|
|
@ -445,7 +445,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -459,7 +459,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -672,7 +672,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -763,7 +763,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -776,7 +777,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -1225,7 +1226,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -1316,7 +1317,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -1329,7 +1331,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -2373,7 +2375,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -2387,7 +2389,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -2605,7 +2607,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -2699,7 +2701,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -2712,7 +2715,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -3074,7 +3077,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -3088,7 +3091,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -3306,7 +3309,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -3400,7 +3403,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -3413,7 +3417,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -3753,7 +3757,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -3767,7 +3771,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -3985,7 +3989,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -4079,7 +4083,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -4092,7 +4097,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -4434,7 +4439,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -4448,7 +4453,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -4666,7 +4671,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -4760,7 +4765,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -4773,7 +4779,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -5116,7 +5122,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -5130,7 +5136,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -5348,7 +5354,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -5442,7 +5448,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -5455,7 +5462,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -5803,7 +5810,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -5817,7 +5824,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -6035,7 +6042,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -6129,7 +6136,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -6142,7 +6150,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -6485,7 +6493,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -6499,7 +6507,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -6717,7 +6725,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -6811,7 +6819,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -6824,7 +6833,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -7167,7 +7176,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -7181,7 +7190,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -7399,7 +7408,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -7493,7 +7502,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -7506,7 +7516,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -7856,7 +7866,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -7870,7 +7880,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -8092,7 +8102,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -8186,7 +8196,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -8199,7 +8210,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -8550,7 +8561,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -8564,7 +8575,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -8786,7 +8797,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -8880,7 +8891,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -8893,7 +8905,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -9965,7 +9977,7 @@
|
|
|
|
|
"group": "presets"
|
|
|
|
|
},
|
|
|
|
|
"type": "array",
|
|
|
|
|
"description": "<div class='flex'>\n <div>\nPresets for this layer.\nA preset consists of one or more attributes (tags), a title and optionally a description and optionally example images.\nWhen the contributor wishes to add a point to OpenStreetMap, they'll:\n1. Press the 'add new point'-button\n2. Choose a preset from the list of all presets\n3. Confirm the choice. In this step, the `description` (if set) and `exampleImages` (if given) will be shown\n4. Confirm the location\n5. A new point will be created with the attributes that were defined in the preset\nIf no presets are defined, the button which invites to add a new preset will not be shown.\n</div>\n<a class='block m-2 min-w-64' href='./Docs/Screenshots/AddNewItemScreencast.webm' target='_blank'> <video controls autoplay muted src='./Docs/Screenshots/AddNewItemScreencast.webm' class='w-64'/></a>\n</div>"
|
|
|
|
|
"description": "<div class='flex'>\n <div>\nPresets for this layer.\nA preset consists of one or more attributes (tags), a title and optionally a description and optionally example images.\nWhen the contributor wishes to add a point to OpenStreetMap, they'll:\n1. Press the 'add new point'-button\n2. Choose a preset from the list of all presets\n3. Confirm the choice. In this step, the `description` (if set) and `exampleImages` (if given) will be shown\n4. Confirm the location\n5. A new point will be created with the attributes that were defined in the preset\nIf no presets are defined, the button which invites to add a new preset will not be shown.\n</div>\n<video controls autoplay muted src='./Docs/Screenshots/AddNewItemScreencast.webm' class='w-64'/>\n</div>"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -10724,7 +10736,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"placeholder": {
|
|
|
|
|
"description": "question: What placeholder text should be shown in the input-element if there is no input?\nA (translated) text that is shown (as gray text) within the textfield\ntype: translation\ngroup: expert",
|
|
|
|
|
"description": "question: What placeholder text should be shown in the input-element if there is no input?\nA (translated) text that is shown (as gray text) within the textfield\ntype: translation\ngroup: expert\nifunset: No specific placeholder is set, show the type of the textfield",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/Record<string,string>"
|
|
|
|
@ -10872,7 +10884,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"condition": {
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or ask the question if unkown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"description": "question: When should this item be shown?\ntype: tag\nifunset: No specific condition set; always show this tagRendering or show this question if unknown\n\nOnly show this tagrendering (or ask the question) if the selected object also matches the tags specified as `condition`.\n\nThis is useful to ask a follow-up question.\nFor example, within toilets, asking _where_ the diaper changing table is is only useful _if_ there is one.\nThis can be done by adding `\"condition\": \"changing_table=yes\"`\n\nA full example would be:\n```json\n {\n \"question\": \"Where is the changing table located?\",\n \"render\": \"The changing table is located at {changing_table:location}\",\n \"condition\": \"changing_table=yes\",\n \"freeform\": {\n \"key\": \"changing_table:location\",\n \"inline\": true\n },\n \"mappings\": [\n {\n \"then\": \"The changing table is in the toilet for women.\",\n \"if\": \"changing_table:location=female_toilet\"\n },\n {\n \"then\": \"The changing table is in the toilet for men.\",\n \"if\": \"changing_table:location=male_toilet\"\n },\n {\n \"if\": \"changing_table:location=wheelchair_toilet\",\n \"then\": \"The changing table is in the toilet for wheelchair users.\",\n },\n {\n \"if\": \"changing_table:location=dedicated_room\",\n \"then\": \"The changing table is in a dedicated room. \",\n }\n ],\n \"id\": \"toilet-changing_table:location\"\n },\n```",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -10886,7 +10898,7 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"metacondition": {
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\n\nIf set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"description": "question: When should this item be shown (including special conditions)?\ntype: tag\nifunset: No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown\n\nIf set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/{and:TagConfigJson[];}"
|
|
|
|
@ -11675,7 +11687,8 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "translation",
|
|
|
|
|
"group": "expert",
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?"
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?",
|
|
|
|
|
"ifunset": "No specific placeholder is set, show the type of the textfield"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -12020,7 +12033,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -12111,7 +12124,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -12124,7 +12138,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -12952,7 +12966,8 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "translation",
|
|
|
|
|
"group": "expert",
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?"
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?",
|
|
|
|
|
"ifunset": "No specific placeholder is set, show the type of the textfield"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -13313,7 +13328,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -13407,7 +13422,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -13420,7 +13436,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -14261,7 +14277,8 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "translation",
|
|
|
|
|
"group": "expert",
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?"
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?",
|
|
|
|
|
"ifunset": "No specific placeholder is set, show the type of the textfield"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -14622,7 +14639,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -14716,7 +14733,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -14729,7 +14747,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -15587,7 +15605,8 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "translation",
|
|
|
|
|
"group": "expert",
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?"
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?",
|
|
|
|
|
"ifunset": "No specific placeholder is set, show the type of the textfield"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -15964,7 +15983,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -16061,7 +16080,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -16074,7 +16094,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -16910,7 +16930,8 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "translation",
|
|
|
|
|
"group": "expert",
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?"
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?",
|
|
|
|
|
"ifunset": "No specific placeholder is set, show the type of the textfield"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -17271,7 +17292,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -17365,7 +17386,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -17378,7 +17400,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -18236,7 +18258,8 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "translation",
|
|
|
|
|
"group": "expert",
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?"
|
|
|
|
|
"question": "What placeholder text should be shown in the input-element if there is no input?",
|
|
|
|
|
"ifunset": "No specific placeholder is set, show the type of the textfield"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -18613,7 +18636,7 @@
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown?",
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or ask the question if unkown"
|
|
|
|
|
"ifunset": "No specific condition set; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -18710,7 +18733,8 @@
|
|
|
|
|
"required": false,
|
|
|
|
|
"hints": {
|
|
|
|
|
"typehint": "tag",
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?"
|
|
|
|
|
"question": "When should this item be shown (including special conditions)?",
|
|
|
|
|
"ifunset": "No specific metacondition set which is evaluated against the <i>usersettings/application state</i>; always show this tagRendering or show this question if unknown"
|
|
|
|
|
},
|
|
|
|
|
"type": [
|
|
|
|
|
{
|
|
|
|
@ -18723,7 +18747,7 @@
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "If set, this tag will be evaluated agains the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options.\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
"description": "If set, this tag will be evaluated against the _usersettings/application state_ table.\nEnable 'show debug info' in user settings to see available options (at the settings-tab).\nNote that values with an underscore depicts _application state_ (including metainfo about the user) whereas values without an underscore depict _user settings_"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
@ -19442,10 +19466,10 @@
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"$ref": "#/definitions/Record<string,string|{quantity:string;denominations:string[];canonical?:string|undefined;}>"
|
|
|
|
|
"$ref": "#/definitions/Record<string,string|{quantity:string;denominations:string[];canonical?:string|undefined;inverted?:boolean|undefined;}>"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Either a list with [{\"key\": \"unitname\", \"key2\": {\"quantity\": \"unitname\", \"denominations\": [\"denom\", \"denom\"]}}]"
|
|
|
|
|
"description": "Either a list with [{\"key\": \"unitname\", \"key2\": {\"quantity\": \"unitname\", \"denominations\": [\"denom\", \"denom\"]}}]\nUse `\"inverted\": true` if the amount should be _divided_ by the denomination, e.g. for charge over time (`€5/day`)"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": [
|
|
|
|
|