Skip to content

Specify string format whenever possible #93

@patrice-conil

Description

@patrice-conil

Problem description
As in geofencing, I propose to constrain the string format whenever possible to simply implementation and clarify usage.

For example, everywhere we use notification :Geolocation, Qod, DeviceStatus and SimSwap ...

    NotificationUrl:
      type: string
      example: "https://application-server.com"
      description: https callback address where the event notification must be POST-ed

Would be

    NotificationUrl:
      type: string
      format: uri
      example: "https://application-server.com"
      description: https callback address where the event notification must be POST-ed

Expected action
Add paragraph in guidelinse to describe this

Metadata

Metadata

Assignees

No one assigned

    Labels

    Spring25documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions