We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a1b17 commit 128c1faCopy full SHA for 128c1fa
src/Microsoft.OpenApi/Models/OpenApiComponents.cs
@@ -1,12 +1,10 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT license.
3
4
+using System;
5
using System.Collections.Generic;
-using System.Linq;
6
-using System.Text.Json.Nodes;
7
using Microsoft.OpenApi.Interfaces;
8
using Microsoft.OpenApi.Writers;
9
-using static Microsoft.OpenApi.Extensions.OpenApiSerializableExtensions;
10
11
namespace Microsoft.OpenApi.Models
12
{
0 commit comments