Skip to content

Commit 64058b2

Browse files
committed
chore: updates outdated integration tests results
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 207ad23 commit 64058b2

8 files changed

Lines changed: 20 additions & 0 deletions

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,9 @@
10231023
"@odata.id": {
10241024
"type": "string"
10251025
}
1026+
},
1027+
"additionalProperties": {
1028+
"type": "object"
10261029
}
10271030
},
10281031
"ReferenceNumeric": {

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,8 @@ definitions:
674674
properties:
675675
'@odata.id':
676676
type: string
677+
additionalProperties:
678+
type: object
677679
ReferenceNumeric:
678680
type: string
679681
enum:

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
"@odata.id": {
9797
"type": "string"
9898
}
99+
},
100+
"additionalProperties": {
101+
"type": "object"
99102
}
100103
},
101104
"ReferenceNumeric": {

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ definitions:
6767
properties:
6868
'@odata.id':
6969
type: string
70+
additionalProperties:
71+
type: object
7072
ReferenceNumeric:
7173
type: string
7274
enum:

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,6 +4480,9 @@
44804480
"@odata.id": {
44814481
"type": "string"
44824482
}
4483+
},
4484+
"additionalProperties": {
4485+
"type": "object"
44834486
}
44844487
},
44854488
"ReferenceNumeric": {

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3163,6 +3163,8 @@ definitions:
31633163
properties:
31643164
'@odata.id':
31653165
type: string
3166+
additionalProperties:
3167+
type: object
31663168
ReferenceNumeric:
31673169
type: string
31683170
enum:

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31981,6 +31981,9 @@
3198131981
"@odata.id": {
3198231982
"type": "string"
3198331983
}
31984+
},
31985+
"additionalProperties": {
31986+
"type": "object"
3198431987
}
3198531988
},
3198631989
"ReferenceNumeric": {

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21697,6 +21697,8 @@ definitions:
2169721697
properties:
2169821698
'@odata.id':
2169921699
type: string
21700+
additionalProperties:
21701+
type: object
2170021702
ReferenceNumeric:
2170121703
type: string
2170221704
enum:

0 commit comments

Comments
 (0)