Skip to content

Commit 05cba2a

Browse files
authored
Merge pull request #54092 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1
2 parents 26c3c1f + 9b1c702 commit 05cba2a

7 files changed

Lines changed: 268 additions & 100 deletions

File tree

apps/files_sharing/openapi.json

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -897,40 +897,76 @@
897897
"type": "string"
898898
},
899899
"name": {
900-
"$ref": "#/components/schemas/Lookup",
901-
"nullable": true
900+
"nullable": true,
901+
"allOf": [
902+
{
903+
"$ref": "#/components/schemas/Lookup"
904+
}
905+
]
902906
},
903907
"email": {
904-
"$ref": "#/components/schemas/Lookup",
905-
"nullable": true
908+
"nullable": true,
909+
"allOf": [
910+
{
911+
"$ref": "#/components/schemas/Lookup"
912+
}
913+
]
906914
},
907915
"address": {
908-
"$ref": "#/components/schemas/Lookup",
909-
"nullable": true
916+
"nullable": true,
917+
"allOf": [
918+
{
919+
"$ref": "#/components/schemas/Lookup"
920+
}
921+
]
910922
},
911923
"website": {
912-
"$ref": "#/components/schemas/Lookup",
913-
"nullable": true
924+
"nullable": true,
925+
"allOf": [
926+
{
927+
"$ref": "#/components/schemas/Lookup"
928+
}
929+
]
914930
},
915931
"twitter": {
916-
"$ref": "#/components/schemas/Lookup",
917-
"nullable": true
932+
"nullable": true,
933+
"allOf": [
934+
{
935+
"$ref": "#/components/schemas/Lookup"
936+
}
937+
]
918938
},
919939
"phone": {
920-
"$ref": "#/components/schemas/Lookup",
921-
"nullable": true
940+
"nullable": true,
941+
"allOf": [
942+
{
943+
"$ref": "#/components/schemas/Lookup"
944+
}
945+
]
922946
},
923947
"twitter_signature": {
924-
"$ref": "#/components/schemas/Lookup",
925-
"nullable": true
948+
"nullable": true,
949+
"allOf": [
950+
{
951+
"$ref": "#/components/schemas/Lookup"
952+
}
953+
]
926954
},
927955
"website_signature": {
928-
"$ref": "#/components/schemas/Lookup",
929-
"nullable": true
956+
"nullable": true,
957+
"allOf": [
958+
{
959+
"$ref": "#/components/schemas/Lookup"
960+
}
961+
]
930962
},
931963
"userid": {
932-
"$ref": "#/components/schemas/Lookup",
933-
"nullable": true
964+
"nullable": true,
965+
"allOf": [
966+
{
967+
"$ref": "#/components/schemas/Lookup"
968+
}
969+
]
934970
}
935971
}
936972
},

apps/user_status/openapi.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,12 @@
124124
"type": "string"
125125
},
126126
"clearAt": {
127-
"$ref": "#/components/schemas/ClearAt",
128-
"nullable": true
127+
"nullable": true,
128+
"allOf": [
129+
{
130+
"$ref": "#/components/schemas/ClearAt"
131+
}
132+
]
129133
}
130134
}
131135
},

core/openapi-ex_app.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,12 @@
181181
"$ref": "#/components/schemas/TaskProcessingIO"
182182
},
183183
"output": {
184-
"$ref": "#/components/schemas/TaskProcessingIO",
185-
"nullable": true
184+
"nullable": true,
185+
"allOf": [
186+
{
187+
"$ref": "#/components/schemas/TaskProcessingIO"
188+
}
189+
]
186190
},
187191
"customId": {
188192
"type": "string",

core/openapi-full.json

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,12 @@
675675
"$ref": "#/components/schemas/TaskProcessingIO"
676676
},
677677
"output": {
678-
"$ref": "#/components/schemas/TaskProcessingIO",
679-
"nullable": true
678+
"nullable": true,
679+
"allOf": [
680+
{
681+
"$ref": "#/components/schemas/TaskProcessingIO"
682+
}
683+
]
680684
},
681685
"customId": {
682686
"type": "string",
@@ -3418,8 +3422,12 @@
34183422
"references": {
34193423
"type": "object",
34203424
"additionalProperties": {
3421-
"$ref": "#/components/schemas/Reference",
3422-
"nullable": true
3425+
"nullable": true,
3426+
"allOf": [
3427+
{
3428+
"$ref": "#/components/schemas/Reference"
3429+
}
3430+
]
34233431
}
34243432
}
34253433
}
@@ -3527,8 +3535,12 @@
35273535
"references": {
35283536
"type": "object",
35293537
"additionalProperties": {
3530-
"$ref": "#/components/schemas/Reference",
3531-
"nullable": true
3538+
"nullable": true,
3539+
"allOf": [
3540+
{
3541+
"$ref": "#/components/schemas/Reference"
3542+
}
3543+
]
35323544
}
35333545
}
35343546
}
@@ -3609,8 +3621,12 @@
36093621
"references": {
36103622
"type": "object",
36113623
"additionalProperties": {
3612-
"$ref": "#/components/schemas/Reference",
3613-
"nullable": true
3624+
"nullable": true,
3625+
"allOf": [
3626+
{
3627+
"$ref": "#/components/schemas/Reference"
3628+
}
3629+
]
36143630
}
36153631
}
36163632
}
@@ -3708,8 +3724,12 @@
37083724
"references": {
37093725
"type": "object",
37103726
"additionalProperties": {
3711-
"$ref": "#/components/schemas/Reference",
3712-
"nullable": true
3727+
"nullable": true,
3728+
"allOf": [
3729+
{
3730+
"$ref": "#/components/schemas/Reference"
3731+
}
3732+
]
37133733
}
37143734
}
37153735
}
@@ -3800,8 +3820,12 @@
38003820
"references": {
38013821
"type": "object",
38023822
"additionalProperties": {
3803-
"$ref": "#/components/schemas/Reference",
3804-
"nullable": true
3823+
"nullable": true,
3824+
"allOf": [
3825+
{
3826+
"$ref": "#/components/schemas/Reference"
3827+
}
3828+
]
38053829
}
38063830
}
38073831
}
@@ -3905,8 +3929,12 @@
39053929
"references": {
39063930
"type": "object",
39073931
"additionalProperties": {
3908-
"$ref": "#/components/schemas/Reference",
3909-
"nullable": true
3932+
"nullable": true,
3933+
"allOf": [
3934+
{
3935+
"$ref": "#/components/schemas/Reference"
3936+
}
3937+
]
39103938
}
39113939
}
39123940
}

0 commit comments

Comments
 (0)