compass_list_situations
All digital-crisis situations (reactive playbooks: fake link, hacked account, online scam...) and prevention guides covered by Digital Compass, with slugs for compass_get_content. Public Romanian guide, plain language, content in 9 languages.
Parameters1
| lang | string | optional | Content language (ro = original; en/hu anchored in Romania; pl/cs/sk/it/fr/de anchored in their own countries, with local reporting channels) |
Raw schema
{
"type": "object",
"properties": {
"lang": {
"type": "string",
"enum": [
"ro",
"en",
"hu",
"pl",
"cs",
"sk",
"it",
"fr",
"de"
],
"default": "ro",
"description": "Content language (ro = original; en/hu anchored in Romania; pl/cs/sk/it/fr/de anchored in their own countries, with local reporting channels)"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}