Context is the response object for POST /roaming v0.5.0:
RoamingStatusResponse:
type: object
required:
- roaming
properties:
roaming:
$ref: "#/components/schemas/ActiveRoaming"
countryCode:
$ref: "#/components/schemas/CountryCode"
countryName:
$ref: "#/components/schemas/CountryName"
When roaming is returned as true, is it mandatory to also return both countryCode and countryName?
Could an operator choose to omit countryCode and countryName for privacy reasons?