File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed
Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -3195,17 +3195,8 @@ components:
31953195 resource :
31963196 $ref : " #/components/schemas/ResourceProfileInfo"
31973197 SlotSharingGroupId :
3198- type : object
3199- properties :
3200- bytes :
3201- type : string
3202- format : byte
3203- lowerPart :
3204- type : integer
3205- format : int64
3206- upperPart :
3207- type : integer
3208- format : int64
3198+ pattern : " [0-9a-f]{32}"
3199+ type : string
32093200 StatsSummaryDto :
32103201 type : object
32113202 properties :
Original file line number Diff line number Diff line change @@ -546,6 +546,9 @@ components:
546546 identifier :
547547 type : string
548548 format : uuid
549+ SlotSharingGroupId :
550+ pattern : " [0-9a-f]{32}"
551+ type : string
549552 TriggerId :
550553 pattern : " [0-9a-f]{32}"
551554 type : string
Original file line number Diff line number Diff line change @@ -620,6 +620,9 @@ components:
620620 identifier :
621621 type : string
622622 format : uuid
623+ SlotSharingGroupId :
624+ pattern : " [0-9a-f]{32}"
625+ type : string
623626 TriggerId :
624627 pattern : " [0-9a-f]{32}"
625628 type : string
Original file line number Diff line number Diff line change @@ -675,6 +675,9 @@ components:
675675 identifier :
676676 type : string
677677 format : uuid
678+ SlotSharingGroupId :
679+ pattern : " [0-9a-f]{32}"
680+ type : string
678681 TriggerId :
679682 pattern : " [0-9a-f]{32}"
680683 type : string
Original file line number Diff line number Diff line change @@ -685,6 +685,9 @@ components:
685685 identifier :
686686 type : string
687687 format : uuid
688+ SlotSharingGroupId :
689+ pattern : " [0-9a-f]{32}"
690+ type : string
688691 TriggerId :
689692 pattern : " [0-9a-f]{32}"
690693 type : string
You can’t perform that action at this time.
0 commit comments