File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/Microsoft.OpenApi/Models Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
+ // Licensed under the MIT license.
3
+
4
+ using System ;
5
+ using System . Collections . Generic ;
6
+ using System . Linq ;
2
7
using System . Text . Json . Nodes ;
3
8
using Microsoft . OpenApi . Any ;
4
9
using Microsoft . OpenApi . Interfaces ;
10
+ using Microsoft . OpenApi . Writers ;
5
11
6
12
namespace Microsoft . OpenApi . Models
7
13
{
8
14
/// <summary>
9
15
/// The Schema Object allows the definition of input and output data types.
10
16
/// </summary>
11
- public class OpenApiSchema : IOpenApiExtensible
17
+ public class OpenApiSchema : IOpenApiExtensible , IOpenApiReferenceable
12
18
{
13
19
/// <summary>
14
20
/// Follow JSON Schema definition. Short text providing information about the data.
You can’t perform that action at this time.
0 commit comments