OpenAPI.NET.OData/tool/Microsoft.OpenApi/Models/OpenApiResponses.cs

15 lines
486 B
C#

// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.OpenApi.Models
{
/// <summary>
/// Responses object.
/// </summary>
public class OpenApiResponses : OpenApiExtensibleDictionary<OpenApiResponse>
{
}
}