File tree 3 files changed +75
-0
lines changed
3 files changed +75
-0
lines changed Original file line number Diff line number Diff line change @@ -2312,6 +2312,11 @@ components:
2312
2312
type : array
2313
2313
items :
2314
2314
$ref : ' #/components/schemas/PatchEmbedded'
2315
+ attention_set :
2316
+ title : AttentionSet
2317
+ type : array
2318
+ items :
2319
+ $ref : ' #/components/schemas/PatchAttentionSet'
2315
2320
PatchDetail :
2316
2321
type : object
2317
2322
title : Patches
@@ -2390,6 +2395,11 @@ components:
2390
2395
type : array
2391
2396
items :
2392
2397
type : integer
2398
+ attention_set :
2399
+ title : Attention Set
2400
+ type : array
2401
+ items :
2402
+ type : integer
2393
2403
Person :
2394
2404
type : object
2395
2405
title : Person
@@ -2831,6 +2841,19 @@ components:
2831
2841
type : string
2832
2842
format : uri
2833
2843
readOnly : true
2844
+ PatchAttentionSet :
2845
+ type : object
2846
+ title : PatchAttentionSet
2847
+ description : |
2848
+ A user interested or with pending actions over a patch
2849
+ properties :
2850
+ user :
2851
+ $ref : ' #/components/schemas/UserEmbedded'
2852
+ last_updated :
2853
+ title : last_updated
2854
+ type : string
2855
+ format : iso8601
2856
+ readOnly : true
2834
2857
PatchEmbedded :
2835
2858
type : object
2836
2859
title : Patch
Original file line number Diff line number Diff line change @@ -2397,6 +2397,13 @@ components:
2397
2397
type: array
2398
2398
items:
2399
2399
$ref: '#/components/schemas/PatchEmbedded'
2400
+ {% endif %}
2401
+ {% if version >= (1, 4) %}
2402
+ attention_set:
2403
+ title: AttentionSet
2404
+ type: array
2405
+ items:
2406
+ $ref: '#/components/schemas/PatchAttentionSet'
2400
2407
{% endif %}
2401
2408
PatchDetail:
2402
2409
type: object
@@ -2477,6 +2484,13 @@ components:
2477
2484
type: array
2478
2485
items:
2479
2486
type: integer
2487
+ {% endif %}
2488
+ {% if version >= (1, 4) %}
2489
+ attention_set:
2490
+ title: Attention Set
2491
+ type: array
2492
+ items:
2493
+ type: integer
2480
2494
{% endif %}
2481
2495
Person:
2482
2496
type: object
@@ -2941,6 +2955,21 @@ components:
2941
2955
type: string
2942
2956
format: uri
2943
2957
readOnly: true
2958
+ {% if version >= (1, 4) %}
2959
+ PatchAttentionSet:
2960
+ type: object
2961
+ title: PatchAttentionSet
2962
+ description: |
2963
+ A user interested or with pending actions over a patch
2964
+ properties:
2965
+ user:
2966
+ $ref: '#/components/schemas/UserEmbedded'
2967
+ last_updated:
2968
+ title: last_updated
2969
+ type: string
2970
+ format: iso8601
2971
+ readOnly: true
2972
+ {% endif %}
2944
2973
PatchEmbedded:
2945
2974
type: object
2946
2975
title: Patch
Original file line number Diff line number Diff line change @@ -2312,6 +2312,11 @@ components:
2312
2312
type : array
2313
2313
items :
2314
2314
$ref : ' #/components/schemas/PatchEmbedded'
2315
+ attention_set :
2316
+ title : AttentionSet
2317
+ type : array
2318
+ items :
2319
+ $ref : ' #/components/schemas/PatchAttentionSet'
2315
2320
PatchDetail :
2316
2321
type : object
2317
2322
title : Patches
@@ -2390,6 +2395,11 @@ components:
2390
2395
type : array
2391
2396
items :
2392
2397
type : integer
2398
+ attention_set :
2399
+ title : Attention Set
2400
+ type : array
2401
+ items :
2402
+ type : integer
2393
2403
Person :
2394
2404
type : object
2395
2405
title : Person
@@ -2831,6 +2841,19 @@ components:
2831
2841
type : string
2832
2842
format : uri
2833
2843
readOnly : true
2844
+ PatchAttentionSet :
2845
+ type : object
2846
+ title : PatchAttentionSet
2847
+ description : |
2848
+ A user interested or with pending actions over a patch
2849
+ properties :
2850
+ user :
2851
+ $ref : ' #/components/schemas/UserEmbedded'
2852
+ last_updated :
2853
+ title : last_updated
2854
+ type : string
2855
+ format : iso8601
2856
+ readOnly : true
2834
2857
PatchEmbedded :
2835
2858
type : object
2836
2859
title : Patch
You can’t perform that action at this time.
0 commit comments