OpenAPI.NET.OData/src/Microsoft.OpenApi.OData.Reader/Vocabulary/Core/ComplexExampleValue.cs

15 lines
517 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.OData.Vocabulary.Core
{
/// <summary>
/// Complex type: Org.OData.Core.V1.ComplexExampleValue.
/// </summary>
internal class ComplexExampleValue : ResourceExampleValue
{
}
}