Add question on accessibility of bicycle pumps

This commit is contained in:
Pieter Vander Vennet 2022-02-11 02:03:33 +01:00
parent fa2e9db571
commit 6ff4d22de3
3 changed files with 73 additions and 4 deletions

View file

@ -169,10 +169,16 @@
}
]
},
"badges": [
"iconBadges": [
{
"if": "service:bicycle:pump:operational_status=broken",
"then": "close:red"
},
{
"if": {
"or": ["access=no","access=private"]
},
"then": "invalid"
}
]
}