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 ac4c73c commit 314d43bCopy full SHA for 314d43b
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs
@@ -6,8 +6,8 @@ namespace LEGO.AsyncAPI.Models
6
using System.Collections.Generic;
7
using LEGO.AsyncAPI.Exceptions;
8
using LEGO.AsyncAPI.Models.Interfaces;
9
- using LEGO.AsyncAPI.Writers;
10
using LEGO.AsyncAPI.Services;
+ using LEGO.AsyncAPI.Writers;
11
12
/// <summary>
13
/// This is the root document object for the API specification. It combines resource listing and API declaration together into one document.
0 commit comments