Skip to content

Commit 70a733f

Browse files
committed
fix: target OAS versions
1 parent 6897ff4 commit 70a733f

13 files changed

+13
-13
lines changed

docs/oas3_0_0/TripService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace Microsoft.OData.Service.Sample.TrippinInMemory.Models",
55
"description": "This OData service is located at http://localhost",

docs/oas3_0_0/graph.beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/beta",

docs/oas3_0_0/graph1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

docs/oas3_0_0/graph1.0_updated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

docs/oas3_0_0/graph1.0_withSecurity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace DefaultNs",
55
"description": "This OData service is located at http://localhost",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: OData Service for namespace DefaultNs
44
description: This OData service is located at http://localhost

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace ",
55
"description": "This OData service is located at http://localhost",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: 'OData Service for namespace '
44
description: This OData service is located at http://localhost

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace Default",
55
"description": "This OData service is located at http://localhost",

0 commit comments

Comments
 (0)