Skip to content

Commit

Permalink
Add URI format for hyperlinks from model
Browse files Browse the repository at this point in the history
  • Loading branch information
imyousuf committed Jan 14, 2025
1 parent 820681e commit 6a1d9da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/open-api-spec/api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ components:
type: array
items:
type: string
format: uri
Pages:
type: object
additionalProperties:
Expand All @@ -578,21 +579,27 @@ components:
$ref: '#/components/schemas/MsgStakeholder'
ConsumersURL:
type: string
format: uri
MessagesURL:
type: string
format: uri
BroadcastURL:
type: string
format: uri
MessagesStatusURL:
type: string
format: uri
ConsumerModel:
type: object
properties:
MsgStakeholder:
$ref: '#/components/schemas/MsgStakeholder'
CallbackURL:
type: string
format: uri
DeadLetterQueueURL:
type: string
format: uri
Type:
type: string
AppData:
Expand Down Expand Up @@ -642,19 +649,25 @@ components:
$ref: '#/components/schemas/DeliveryJobModel'
MessageURL:
type: string
format: uri
ChannelURL:
type: string
format: uri
ConsumerURL:
type: string
format: uri
ProducerURL:
type: string
format: uri
JobRequeueURL:
type: string
format: uri
DeliveryJobModel:
type: object
properties:
ListenerEndpoint:
type: string
format: uri
ListenerName:
type: string
Status:
Expand Down Expand Up @@ -721,5 +734,9 @@ components:
$ref: '#/components/schemas/DeliveryJobModel'
MessageURL:
type: string
format: uri
JobRequeueURL:
type: string
format: uri
nullable: true
minLength: 0

0 comments on commit 6a1d9da

Please sign in to comment.