Skip to content

When roaming status is true, is it mandatory to return both countryCode and countryName? #124

@trehman-gsma

Description

@trehman-gsma

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions