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 e827598 commit ec420d7Copy full SHA for ec420d7
src/Microsoft.OpenApi/Models/References/OpenApiSchemaReference.cs
@@ -1,12 +1,10 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT license.
3
4
-using Microsoft.OpenApi.Any;
5
using Microsoft.OpenApi.Interfaces;
6
using Microsoft.OpenApi.Writers;
7
using System;
8
using System.Collections.Generic;
9
-using System.Runtime;
10
using System.Text.Json.Nodes;
11
12
namespace Microsoft.OpenApi.Models.References
0 commit comments