Bump the microsoft-openapi group with 2 updates #5587
Annotations
6 errors and 1 warning
Schema_Is_Correct
VerifyException : Directory: /home/runner/work/alexa-london-travel-site/alexa-london-travel-site/tests/LondonTravel.Site.Tests/Integration
NotEqual:
- Received: ApiTests.Schema_Is_Correct.received.txt
Verified: ApiTests.Schema_Is_Correct.verified.txt
FileContent:
NotEqual:
Received: ApiTests.Schema_Is_Correct.received.txt
{
openapi: 3.0.4,
info: {
title: London Travel,
description: London Travel is an Amazon Alexa skill for checking the status for travel in London.,
termsOfService: https://londontravel.martincostello.com/terms-of-service/,
contact: {
name: Martin Costello,
url: https://github.com/martincostello/alexa-london-travel-site
},
license: {
name: Apache 2.0,
url: https://www.apache.org/licenses/LICENSE-2.0.html
},
version:
},
servers: [
{
url: https://localhost
}
],
paths: {
/api/preferences: {
get: {
tags: [
LondonTravel.Site
],
summary: Gets a user's preferences.,
description: Gets the preferences for a user associated with an access token.,
operationId: GetApiPreferences,
responses: {
200: {
description: The preferences associated with the provided access token.,
content: {
application/json: {
schema: {
$ref: #/components/schemas/PreferencesResponse
},
example: {
favoriteLines: [
northern,
victoria
],
userId: 578a0443-2208-4fb3-8e33-92351e58b685
}
}
}
},
401: {
description: A valid access token was not provided.,
content: {
application/json: {
schema: {
$ref: #/components/schemas/ErrorResponse
},
example: {
statusCode: 401,
message: Unauthorized.,
requestId: 0HKT0TM6UJASI,
details: [
Only the *** scheme is supported.
]
}
}
}
}
}
}
}
},
components: {
schemas: {
ErrorResponse: {
required: [
statusCode,
message,
requestId,
details
],
type: object,
properties: {
statusCode: {
type: integer,
description: The HTTP status code.,
format: int32
},
message: {
type: string,
description: The error message.
},
requestId: {
type: string,
description: The request Id.
},
details: {
type: array,
items: {
type: string
},
description: The error details, if any.
}
},
description: Represents an error from an API resource.,
example: {
statusCode: 401,
message: Unauthorized.,
requestId: 0HKT0TM6UJASI,
details: [
Only the *** scheme is supported.
]
}
},
PreferencesResponse: {
required: [
favoriteLines,
userId
],
type: object,
properties: {
favoriteLines: {
type: array,
items: {
type: string
},
description: The Ids of the user's favorite lines, if any.
},
userId: {
type: string,
description: The user's Id.
}
},
description: Represents the API response for a user's preferences.,
example: {
favoriteLines: [
northern,
victoria
],
userId: 578a0443-2208-4fb3-8e33-92351e58b685
}
}
},
securitySchemes: {
Bearer: {
type: http,
description
|
ubuntu-latest
Process completed with exit code 1.
|
Schema_Is_Correct
VerifyException : Directory: /Users/runner/work/alexa-london-travel-site/alexa-london-travel-site/tests/LondonTravel.Site.Tests/Integration
NotEqual:
- Received: ApiTests.Schema_Is_Correct.received.txt
Verified: ApiTests.Schema_Is_Correct.verified.txt
FileContent:
NotEqual:
Received: ApiTests.Schema_Is_Correct.received.txt
{
openapi: 3.0.4,
info: {
title: London Travel,
description: London Travel is an Amazon Alexa skill for checking the status for travel in London.,
termsOfService: https://londontravel.martincostello.com/terms-of-service/,
contact: {
name: Martin Costello,
url: https://github.com/martincostello/alexa-london-travel-site
},
license: {
name: Apache 2.0,
url: https://www.apache.org/licenses/LICENSE-2.0.html
},
version:
},
servers: [
{
url: https://localhost
}
],
paths: {
/api/preferences: {
get: {
tags: [
LondonTravel.Site
],
summary: Gets a user's preferences.,
description: Gets the preferences for a user associated with an access token.,
operationId: GetApiPreferences,
responses: {
200: {
description: The preferences associated with the provided access token.,
content: {
application/json: {
schema: {
$ref: #/components/schemas/PreferencesResponse
},
example: {
favoriteLines: [
northern,
victoria
],
userId: 578a0443-2208-4fb3-8e33-92351e58b685
}
}
}
},
401: {
description: A valid access token was not provided.,
content: {
application/json: {
schema: {
$ref: #/components/schemas/ErrorResponse
},
example: {
statusCode: 401,
message: Unauthorized.,
requestId: 0HKT0TM6UJASI,
details: [
Only the *** scheme is supported.
]
}
}
}
}
}
}
}
},
components: {
schemas: {
ErrorResponse: {
required: [
statusCode,
message,
requestId,
details
],
type: object,
properties: {
statusCode: {
type: integer,
description: The HTTP status code.,
format: int32
},
message: {
type: string,
description: The error message.
},
requestId: {
type: string,
description: The request Id.
},
details: {
type: array,
items: {
type: string
},
description: The error details, if any.
}
},
description: Represents an error from an API resource.,
example: {
statusCode: 401,
message: Unauthorized.,
requestId: 0HKT0TM6UJASI,
details: [
Only the *** scheme is supported.
]
}
},
PreferencesResponse: {
required: [
favoriteLines,
userId
],
type: object,
properties: {
favoriteLines: {
type: array,
items: {
type: string
},
description: The Ids of the user's favorite lines, if any.
},
userId: {
type: string,
description: The user's Id.
}
},
description: Represents the API response for a user's preferences.,
example: {
favoriteLines: [
northern,
victoria
],
userId: 578a0443-2208-4fb3-8e33-92351e58b685
}
}
},
securitySchemes: {
Bearer: {
type: http,
descriptio
|
macos-latest
Process completed with exit code 1.
|
Schema_Is_Correct
VerifyException : Directory: D:\a\alexa-london-travel-site\alexa-london-travel-site\tests\LondonTravel.Site.Tests\Integration
NotEqual:
- Received: ApiTests.Schema_Is_Correct.received.txt
Verified: ApiTests.Schema_Is_Correct.verified.txt
FileContent:
NotEqual:
Received: ApiTests.Schema_Is_Correct.received.txt
{
openapi: 3.0.4,
info: {
title: London Travel,
description: London Travel is an Amazon Alexa skill for checking the status for travel in London.,
termsOfService: https://londontravel.martincostello.com/terms-of-service/,
contact: {
name: Martin Costello,
url: https://github.com/martincostello/alexa-london-travel-site
},
license: {
name: Apache 2.0,
url: https://www.apache.org/licenses/LICENSE-2.0.html
},
version:
},
servers: [
{
url: https://localhost
}
],
paths: {
/api/preferences: {
get: {
tags: [
LondonTravel.Site
],
summary: Gets a user's preferences.,
description: Gets the preferences for a user associated with an access token.,
operationId: GetApiPreferences,
responses: {
200: {
description: The preferences associated with the provided access token.,
content: {
application/json: {
schema: {
$ref: #/components/schemas/PreferencesResponse
},
example: {
favoriteLines: [
northern,
victoria
],
userId: 578a0443-2208-4fb3-8e33-92351e58b685
}
}
}
},
401: {
description: A valid access token was not provided.,
content: {
application/json: {
schema: {
$ref: #/components/schemas/ErrorResponse
},
example: {
statusCode: 401,
message: Unauthorized.,
requestId: 0HKT0TM6UJASI,
details: [
Only the *** scheme is supported.
]
}
}
}
}
}
}
}
},
components: {
schemas: {
ErrorResponse: {
required: [
statusCode,
message,
requestId,
details
],
type: object,
properties: {
statusCode: {
type: integer,
description: The HTTP status code.,
format: int32
},
message: {
type: string,
description: The error message.
},
requestId: {
type: string,
description: The request Id.
},
details: {
type: array,
items: {
type: string
},
description: The error details, if any.
}
},
description: Represents an error from an API resource.,
example: {
statusCode: 401,
message: Unauthorized.,
requestId: 0HKT0TM6UJASI,
details: [
Only the *** scheme is supported.
]
}
},
PreferencesResponse: {
required: [
favoriteLines,
userId
],
type: object,
properties: {
favoriteLines: {
type: array,
items: {
type: string
},
description: The Ids of the user's favorite lines, if any.
},
userId: {
type: string,
description: The user's Id.
}
},
description: Represents the API response for a user's preferences.,
example: {
favoriteLines: [
northern,
victoria
],
userId: 578a0443-2208-4fb3-8e33-92351e58b685
}
}
},
securitySchemes: {
Bearer: {
type: http,
description: Access toke
|
windows-latest
Process completed with exit code 1.
|
ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
traces-linux
|
34.3 MB |
|
traces-macos
|
28.6 MB |
|
traces-windows
|
41.4 MB |
|
videos-linux
|
3.32 MB |
|
videos-macos
|
3.85 MB |
|
videos-windows
|
5.65 MB |
|