Skip to content

Commit 554ed48

Browse files
committed
update snapshots
1 parent 009ae7b commit 554ed48

File tree

1 file changed

+0
-120
lines changed

1 file changed

+0
-120
lines changed

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testOpenApiSpecMatchesSnapshot__1.yml

Lines changed: 0 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -5330,42 +5330,26 @@ components:
53305330
id:
53315331
description: 'An internal, unique, randomly generated identifier of this entity.'
53325332
example: 1a2b3c4d
5333-
maxLength: 16
53345333
readOnly: true
53355334
type: string
53365335
inviteEmail:
53375336
description: |-
53385337
The receiver email address of the invitation email, in case the collaboration does not yet have
53395338
a user account. Either this field or the user field should be null.
53405339
5341-
externalDocs:
5342-
url: 'https://schema.org/email'
5343-
format: email
5344-
maxLength: 128
5345-
minLength: 1
53465340
type:
53475341
- 'null'
53485342
- string
53495343
role:
53505344
description: |-
53515345
The role that this person has in the camp. Depending on the role, the collaborator might have
53525346
different access rights. There must always be at least one manager in a camp.
5353-
enum:
5354-
- guest
5355-
- manager
5356-
- member
53575347
example: member
5358-
maxLength: 16
53595348
type: string
53605349
status:
53615350
default: invited
53625351
description: 'Indicates whether the collaborator is still invited, has left the camp, or is participating normally.'
5363-
enum:
5364-
- established
5365-
- inactive
5366-
- invited
53675352
example: inactive
5368-
maxLength: 16
53695353
type: string
53705354
user:
53715355
description: 'The person that is collaborating in the camp. Cannot be changed once the campCollaboration is established.'
@@ -5374,10 +5358,6 @@ components:
53745358
type:
53755359
- 'null'
53765360
- string
5377-
required:
5378-
- camp
5379-
- role
5380-
- status
53815361
type: object
53825362
CampCollaboration-read_Camp.Periods_Period.Days_Camp.CampCollaborations_CampCollaboration.User:
53835363
deprecated: false
@@ -5676,42 +5656,26 @@ components:
56765656
id:
56775657
description: 'An internal, unique, randomly generated identifier of this entity.'
56785658
example: 1a2b3c4d
5679-
maxLength: 16
56805659
readOnly: true
56815660
type: string
56825661
inviteEmail:
56835662
description: |-
56845663
The receiver email address of the invitation email, in case the collaboration does not yet have
56855664
a user account. Either this field or the user field should be null.
56865665
5687-
externalDocs:
5688-
url: 'https://schema.org/email'
5689-
format: email
5690-
maxLength: 128
5691-
minLength: 1
56925666
type:
56935667
- 'null'
56945668
- string
56955669
role:
56965670
description: |-
56975671
The role that this person has in the camp. Depending on the role, the collaborator might have
56985672
different access rights. There must always be at least one manager in a camp.
5699-
enum:
5700-
- guest
5701-
- manager
5702-
- member
57035673
example: member
5704-
maxLength: 16
57055674
type: string
57065675
status:
57075676
default: invited
57085677
description: 'Indicates whether the collaborator is still invited, has left the camp, or is participating normally.'
5709-
enum:
5710-
- established
5711-
- inactive
5712-
- invited
57135678
example: inactive
5714-
maxLength: 16
57155679
type: string
57165680
user:
57175681
description: 'The person that is collaborating in the camp. Cannot be changed once the campCollaboration is established.'
@@ -5720,10 +5684,6 @@ components:
57205684
type:
57215685
- 'null'
57225686
- string
5723-
required:
5724-
- camp
5725-
- role
5726-
- status
57275687
type: object
57285688
CampCollaboration.jsonhal-read_Camp.Periods_Period.Days_Camp.CampCollaborations_CampCollaboration.User:
57295689
deprecated: false
@@ -5955,42 +5915,26 @@ components:
59555915
id:
59565916
description: 'An internal, unique, randomly generated identifier of this entity.'
59575917
example: 1a2b3c4d
5958-
maxLength: 16
59595918
readOnly: true
59605919
type: string
59615920
inviteEmail:
59625921
description: |-
59635922
The receiver email address of the invitation email, in case the collaboration does not yet have
59645923
a user account. Either this field or the user field should be null.
59655924
5966-
externalDocs:
5967-
url: 'https://schema.org/email'
5968-
format: email
5969-
maxLength: 128
5970-
minLength: 1
59715925
type:
59725926
- 'null'
59735927
- string
59745928
role:
59755929
description: |-
59765930
The role that this person has in the camp. Depending on the role, the collaborator might have
59775931
different access rights. There must always be at least one manager in a camp.
5978-
enum:
5979-
- guest
5980-
- manager
5981-
- member
59825932
example: member
5983-
maxLength: 16
59845933
type: string
59855934
status:
59865935
default: invited
59875936
description: 'Indicates whether the collaborator is still invited, has left the camp, or is participating normally.'
5988-
enum:
5989-
- established
5990-
- inactive
5991-
- invited
59925937
example: inactive
5993-
maxLength: 16
59945938
type: string
59955939
user:
59965940
description: 'The person that is collaborating in the camp. Cannot be changed once the campCollaboration is established.'
@@ -5999,10 +5943,6 @@ components:
59995943
type:
60005944
- 'null'
60015945
- string
6002-
required:
6003-
- camp
6004-
- role
6005-
- status
60065946
type: object
60075947
CampCollaboration.jsonld-read_Camp.Periods_Period.Days_Camp.CampCollaborations_CampCollaboration.User:
60085948
deprecated: false
@@ -6234,8 +6174,6 @@ components:
62346174
color:
62356175
description: 'The color of the activities in this category, as a hex color string.'
62366176
example: '#4DBB52'
6237-
maxLength: 8
6238-
pattern: '^(#[0-9a-zA-Z]{6})$'
62396177
type: string
62406178
contentNodes:
62416179
description: 'All the content nodes that make up the tree of programme content.'
@@ -6249,28 +6187,18 @@ components:
62496187
id:
62506188
description: 'An internal, unique, randomly generated identifier of this entity.'
62516189
example: 1a2b3c4d
6252-
maxLength: 16
62536190
readOnly: true
62546191
type: string
62556192
name:
62566193
description: 'The full name of the category.'
62576194
example: Lagersport
6258-
maxLength: 32
62596195
type: string
62606196
numberingStyle:
62616197
default: '1'
62626198
description: |-
62636199
Specifies whether the schedule entries of the activities in this category should be numbered
62646200
using arabic numbers, roman numerals or letters.
6265-
enum:
6266-
- '-'
6267-
- '1'
6268-
- A
6269-
- I
6270-
- a
6271-
- i
62726201
example: '1'
6273-
maxLength: 1
62746202
type: string
62756203
preferredContentTypes:
62766204
description: 'The content types that are most likely to be useful for planning programme of this category.'
@@ -6292,15 +6220,7 @@ components:
62926220
An abbreviated name of the category, for display in tight spaces, often together with the day and
62936221
schedule entry number, e.g. LS 3.a, where LS is the category's short name.
62946222
example: LS
6295-
maxLength: 16
62966223
type: string
6297-
required:
6298-
- camp
6299-
- color
6300-
- name
6301-
- numberingStyle
6302-
- preferredContentTypes
6303-
- short
63046224
type: object
63056225
Category-read_Activity.Category_Activity.ActivityProgressLabel_Activity.ActivityResponsibles_Activity.ScheduleEntries_Activity.ContentNodes:
63066226
deprecated: false
@@ -6702,8 +6622,6 @@ components:
67026622
color:
67036623
description: 'The color of the activities in this category, as a hex color string.'
67046624
example: '#4DBB52'
6705-
maxLength: 8
6706-
pattern: '^(#[0-9a-zA-Z]{6})$'
67076625
type: string
67086626
contentNodes:
67096627
description: 'All the content nodes that make up the tree of programme content.'
@@ -6717,28 +6635,18 @@ components:
67176635
id:
67186636
description: 'An internal, unique, randomly generated identifier of this entity.'
67196637
example: 1a2b3c4d
6720-
maxLength: 16
67216638
readOnly: true
67226639
type: string
67236640
name:
67246641
description: 'The full name of the category.'
67256642
example: Lagersport
6726-
maxLength: 32
67276643
type: string
67286644
numberingStyle:
67296645
default: '1'
67306646
description: |-
67316647
Specifies whether the schedule entries of the activities in this category should be numbered
67326648
using arabic numbers, roman numerals or letters.
6733-
enum:
6734-
- '-'
6735-
- '1'
6736-
- A
6737-
- I
6738-
- a
6739-
- i
67406649
example: '1'
6741-
maxLength: 1
67426650
type: string
67436651
preferredContentTypes:
67446652
description: 'The content types that are most likely to be useful for planning programme of this category.'
@@ -6760,15 +6668,7 @@ components:
67606668
An abbreviated name of the category, for display in tight spaces, often together with the day and
67616669
schedule entry number, e.g. LS 3.a, where LS is the category's short name.
67626670
example: LS
6763-
maxLength: 16
67646671
type: string
6765-
required:
6766-
- camp
6767-
- color
6768-
- name
6769-
- numberingStyle
6770-
- preferredContentTypes
6771-
- short
67726672
type: object
67736673
Category.jsonhal-read_Activity.Category_Activity.ActivityProgressLabel_Activity.ActivityResponsibles_Activity.ScheduleEntries_Activity.ContentNodes:
67746674
deprecated: false
@@ -7066,8 +6966,6 @@ components:
70666966
color:
70676967
description: 'The color of the activities in this category, as a hex color string.'
70686968
example: '#4DBB52'
7069-
maxLength: 8
7070-
pattern: '^(#[0-9a-zA-Z]{6})$'
70716969
type: string
70726970
contentNodes:
70736971
description: 'All the content nodes that make up the tree of programme content.'
@@ -7081,28 +6979,18 @@ components:
70816979
id:
70826980
description: 'An internal, unique, randomly generated identifier of this entity.'
70836981
example: 1a2b3c4d
7084-
maxLength: 16
70856982
readOnly: true
70866983
type: string
70876984
name:
70886985
description: 'The full name of the category.'
70896986
example: Lagersport
7090-
maxLength: 32
70916987
type: string
70926988
numberingStyle:
70936989
default: '1'
70946990
description: |-
70956991
Specifies whether the schedule entries of the activities in this category should be numbered
70966992
using arabic numbers, roman numerals or letters.
7097-
enum:
7098-
- '-'
7099-
- '1'
7100-
- A
7101-
- I
7102-
- a
7103-
- i
71046993
example: '1'
7105-
maxLength: 1
71066994
type: string
71076995
preferredContentTypes:
71086996
description: 'The content types that are most likely to be useful for planning programme of this category.'
@@ -7124,15 +7012,7 @@ components:
71247012
An abbreviated name of the category, for display in tight spaces, often together with the day and
71257013
schedule entry number, e.g. LS 3.a, where LS is the category's short name.
71267014
example: LS
7127-
maxLength: 16
71287015
type: string
7129-
required:
7130-
- camp
7131-
- color
7132-
- name
7133-
- numberingStyle
7134-
- preferredContentTypes
7135-
- short
71367016
type: object
71377017
Category.jsonld-read_Activity.Category_Activity.ActivityProgressLabel_Activity.ActivityResponsibles_Activity.ScheduleEntries_Activity.ContentNodes:
71387018
deprecated: false

0 commit comments

Comments
 (0)