Skip to content

Commit

Permalink
revert: use single quote for pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Aug 5, 2024
1 parent a90961f commit d3cab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ components:
PhoneNumber:
description: A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique it has to be formatted in international format, according to E.164 standard, prefixed with '+'.
type: string
pattern: "^\+[1-9][0-9]{4,14}$"
pattern: '^\+[1-9][0-9]{4,14}$'
example: "+123456789"

DeviceIpv4Addr:
Expand Down

0 comments on commit d3cab0b

Please sign in to comment.